From: Richard M. Stallman Date: Sun, 18 Jun 1995 18:26:03 +0000 (+0000) Subject: (LIB_GCC): Define here, overriding Makefile.in.in, X-Git-Tag: emacs-19.34~3553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5101db23a9f2beaa55d811d71fb0a3ca17dcb203;p=emacs.git (LIB_GCC): Define here, overriding Makefile.in.in, so as to use C_SWITCH_X_MACHINE. --- diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index df0c7af1268..607f959c55a 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -1,4 +1,4 @@ -/* This file is the configuration file for the GNU/Linux operating system. +/* This file is the configuration file for GNU/Linux operating systems. Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -155,6 +155,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif /* !_IO_STDIO_H */ #endif /* emacs */ +/* Ask GCC where to find libgcc.a. */ +#define LIB_GCC `$(CC) $(C_SWITCH_X_MACHINE) -print-libgcc-file-name` + #ifndef __ELF__ /* Linux has crt0.o in a non-standard place */ #define START_FILES pre-crt0.o /usr/lib/crt0.o