comparison 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
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
83 83
84 #ifndef __ELF__ 84 #ifndef __ELF__
85 /* Linux has crt0.o in a non-standard place */ 85 /* Linux has crt0.o in a non-standard place */
86 #define START_FILES "pre-crt0.o /usr/lib/crt0.o" 86 #define START_FILES "pre-crt0.o /usr/lib/crt0.o"
87 #else 87 #else
88 /**/
89 #if defined(__linux__) && defined(powerpc) /*Added by Fukui*/
90 #define START_FILES /*Added by Fukui*/
91 #else /*Added by Fukui*/
92
88 #define START_FILES "pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o" 93 #define START_FILES "pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o"
94 #endif /*Added by Fukui*/
89 #endif 95 #endif
90 96
91 /* This is needed for sysdep.c */ 97 /* This is needed for sysdep.c */
92 98
93 #define NO_SIOCTL_H /* don't have sioctl.h */ 99 #define NO_SIOCTL_H /* don't have sioctl.h */