X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fs%2Fsco5.h;h=f900f12c281c10700b0fd41a14355785050e1adc;hb=2811f51e2dc942e4db58ea2236d17c1338de7f29;hp=a404b7028480060010f88aa2f20a0b7049ea1199;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/s/sco5.h b/src/s/sco5.h index a404b70..f900f12 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h @@ -125,14 +125,8 @@ could #define sco and I think everything would work. rjl */ #ifdef _SCO_ELF #undef COFF /* coz we're NOT */ #define UNEXEC "unexelf.o" -#if defined (__GNUC_MINOR__) -#if ((__GNUC__ == 2) && (__GNUC_MINOR__ > 7)) || ((__GNUC__ > 2)) -#define LIB_GCC "-lgcc" -#else -#define LIB_GCC "-lgcc-elf" -#endif -#else /* __GNUC_MINOR__ is undefined */ -#define LIB_GCC "-lgcc-elf" -#endif #endif +/* For GCC 2.7.2.3 we require the "JKJ" version of gcc. + Works fine with egcs and gcc 2.8.x. */ +#define LIB_GCC "`$(LD) $(LDFLAGS) -print-libgcc-file-name`"