Mercurial > hg > xemacs-beta
diff src/s/linux.h @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | c5d627a313b1 |
children | 30d2cfa1092a |
line wrap: on
line diff
--- a/src/s/linux.h Mon Aug 13 10:29:43 2007 +0200 +++ b/src/s/linux.h Mon Aug 13 10:30:37 2007 +0200 @@ -85,7 +85,13 @@ /* Linux has crt0.o in a non-standard place */ #define START_FILES "pre-crt0.o /usr/lib/crt0.o" #else +/**/ +#if defined(__linux__) && defined(powerpc) /*Added by Fukui*/ +#define START_FILES /*Added by Fukui*/ +#else /*Added by Fukui*/ + #define START_FILES "pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o" +#endif /*Added by Fukui*/ #endif /* This is needed for sysdep.c */