Mercurial > emacs
changeset 12306:173396dad212
(LIB_GCC): Define here, overriding Makefile.in.in,
so as to use C_SWITCH_X_MACHINE.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 18 Jun 1995 18:26:03 +0000 |
parents | ef63ac5fcd2e |
children | 03b002b0fe23 |
files | src/s/gnu-linux.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Sun Jun 18 16:45:20 1995 +0000 +++ b/src/s/gnu-linux.h Sun Jun 18 18:26:03 1995 +0000 @@ -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 @@ #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