Mercurial > hg > xemacs-beta
comparison src/s/sco5.h @ 253:157b30c96d03 r20-5b25
Import from CVS: tag r20-5b25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:20:27 +0200 |
parents | 2d532a89d707 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
252:afb15df44434 | 253:157b30c96d03 |
---|---|
132 #endif | 132 #endif |
133 | 133 |
134 #ifdef _SCO_ELF | 134 #ifdef _SCO_ELF |
135 #undef COFF /* coz we're NOT */ | 135 #undef COFF /* coz we're NOT */ |
136 #define UNEXEC "unexelf.o" | 136 #define UNEXEC "unexelf.o" |
137 #if defined (__GNUC_MINOR__) | |
138 #if ((__GNUC__ == 2) && (__GNUC_MINOR__ > 7)) || ((__GNUC__ > 2)) | |
139 #define LIB_GCC "-lgcc" | |
140 #else | |
137 #define LIB_GCC "-lgcc-elf" | 141 #define LIB_GCC "-lgcc-elf" |
138 #endif | 142 #endif |
143 #else /* __GNUC_MINOR__ is undefined */ | |
144 #define LIB_GCC "-lgcc-elf" | |
145 #endif | |
146 #endif | |
139 | 147 |