]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIB_GCC): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 Jun 1995 17:10:10 +0000 (17:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 Jun 1995 17:10:10 +0000 (17:10 +0000)
If we redefine it later, #undef it first.

src/s/gnu-linux.h

index 607f959c55a279962c6093839c34747b96884fe5..6284a1df9272f0dcc806b43cbc42d640e955a0f3 100644 (file)
@@ -156,7 +156,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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