Mercurial > emacs
changeset 87809:a183f87087f5
(START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
instead of HAVE_X86_64_LIB64_DIR.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 17 Jan 2008 11:42:07 +0000 |
parents | ebef80cbd501 |
children | 179687674ce3 |
files | src/m/amdx86-64.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/amdx86-64.h Thu Jan 17 11:41:10 2008 +0000 +++ b/src/m/amdx86-64.h Thu Jan 17 11:42:07 2008 +0000 @@ -146,7 +146,7 @@ #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !sun */ #undef START_FILES -#ifdef HAVE_X86_64_LIB64_DIR +#ifdef HAVE_LIB64_DIR #define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o #else #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o @@ -158,7 +158,7 @@ versions of ld are one-pass linkers, we need to mention -lgcc twice, or else we risk getting unresolved externals. */ #undef LIB_STANDARD -#ifdef HAVE_X86_64_LIB64_DIR +#ifdef HAVE_LIB64_DIR #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o #else #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o