diff options
Diffstat (limited to 'src')
| -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 |