Mercurial > emacs
changeset 87810:179687674ce3
(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:12 +0000 |
parents | a183f87087f5 |
children | 217f68a90610 |
files | src/m/ibms390x.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/ibms390x.h Thu Jan 17 11:42:07 2008 +0000 +++ b/src/m/ibms390x.h Thu Jan 17 11:42:12 2008 +0000 @@ -152,14 +152,14 @@ #define XPNTR(a) XUINT (a) #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 #endif #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