Mercurial > hg > xemacs-beta
diff src/s/linux.h @ 863:42375619fa45
[xemacs-hg @ 2002-06-04 06:03:59 by andyp]
merge 21.4 windows changes, minimally tested
author | andyp |
---|---|
date | Tue, 04 Jun 2002 06:05:53 +0000 |
parents | 943eaba38521 |
children | d46451e73f6d |
line wrap: on
line diff
--- a/src/s/linux.h Mon Jun 03 12:24:14 2002 +0000 +++ b/src/s/linux.h Tue Jun 04 06:05:53 2002 +0000 @@ -86,8 +86,11 @@ #if defined(__linux__) && defined(powerpc) /*Added by Fukui*/ #define START_FILES /*Added by Fukui*/ #else /*Added by Fukui*/ - +#if defined __s390x__ || defined __x86_64__ +#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 #endif /*Added by Fukui*/ #endif @@ -108,7 +111,11 @@ #else /*#undef LIB_GCC #define LIB_GCC*/ +#if defined __s390x__ || defined __x86_64__ +#define LIB_STANDARD "-lgcc -lc -lgcc /usr/lib64/crtn.o" +#else #define LIB_STANDARD "-lgcc -lc -lgcc /usr/lib/crtn.o" +#endif #define LINKER "$(CC) -nostdlib" #endif