summaryrefslogtreecommitdiff
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-18 18:26:03 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-18 18:26:03 +0000
commit5101db23a9f2beaa55d811d71fb0a3ca17dcb203 (patch)
tree897d18fb05fe3da84561c55f73a2cec25a662663 /src/s/gnu-linux.h
parent133d010c2d70f27affcc0f30ed5d87815e3724bc (diff)
downloademacs-5101db23a9f2beaa55d811d71fb0a3ca17dcb203.tar.gz
(LIB_GCC): Define here, overriding Makefile.in.in,
so as to use C_SWITCH_X_MACHINE.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h5
1 files changed, 4 insertions, 1 deletions
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