diff options
| author | Richard M. Stallman | 1995-06-18 18:26:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-18 18:26:03 +0000 |
| commit | 5101db23a9f2beaa55d811d71fb0a3ca17dcb203 (patch) | |
| tree | 897d18fb05fe3da84561c55f73a2cec25a662663 /src/s/gnu-linux.h | |
| parent | 133d010c2d70f27affcc0f30ed5d87815e3724bc (diff) | |
| download | emacs-5101db23a9f2beaa55d811d71fb0a3ca17dcb203.tar.gz emacs-5101db23a9f2beaa55d811d71fb0a3ca17dcb203.zip | |
(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.h | 5 |
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 @@ | |||
| 1 | /* This file is the configuration file for the GNU/Linux operating system. | 1 | /* This file is the configuration file for GNU/Linux operating systems. |
| 2 | Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| @@ -155,6 +155,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 155 | #endif /* !_IO_STDIO_H */ | 155 | #endif /* !_IO_STDIO_H */ |
| 156 | #endif /* emacs */ | 156 | #endif /* emacs */ |
| 157 | 157 | ||
| 158 | /* Ask GCC where to find libgcc.a. */ | ||
| 159 | #define LIB_GCC `$(CC) $(C_SWITCH_X_MACHINE) -print-libgcc-file-name` | ||
| 160 | |||
| 158 | #ifndef __ELF__ | 161 | #ifndef __ELF__ |
| 159 | /* Linux has crt0.o in a non-standard place */ | 162 | /* Linux has crt0.o in a non-standard place */ |
| 160 | #define START_FILES pre-crt0.o /usr/lib/crt0.o | 163 | #define START_FILES pre-crt0.o /usr/lib/crt0.o |