# HG changeset patch # User Richard M. Stallman # Date 803581810 0 # Node ID b55e6abc0f0e12cc5af45731bb1081ca9316cbf4 # Parent eca218b0a8ca2390b94da40d0203c411a71362db (LIB_GCC): Fix previous change. If we redefine it later, #undef it first. diff -r eca218b0a8ca -r b55e6abc0f0e src/s/gnu-linux.h --- a/src/s/gnu-linux.h Mon Jun 19 16:15:06 1995 +0000 +++ b/src/s/gnu-linux.h Mon Jun 19 17:10:10 1995 +0000 @@ -156,7 +156,7 @@ #endif /* emacs */ /* Ask GCC where to find libgcc.a. */ -#define LIB_GCC `$(CC) $(C_SWITCH_X_MACHINE) -print-libgcc-file-name` +#define LIB_GCC `$(CC) $(C_SWITCH_X_SITE) -print-libgcc-file-name` #ifndef __ELF__ /* Linux has crt0.o in a non-standard place */ @@ -196,6 +196,7 @@ #ifndef __ELF__ #define LIB_STANDARD -lc /* avoid -lPW */ #else +#undef LIB_GCC #define LIB_GCC #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o #endif