diff options
| author | Karl Heuer | 1996-07-16 02:17:14 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-16 02:17:14 +0000 |
| commit | 01b79236524daa6cc8ceca1cd0ac0600de3b5d71 (patch) | |
| tree | 0815224b47873a1eec3d8729f286cf6a718a2992 /src | |
| parent | c8958e9f09d976e19b74e4a3d673f5587257298c (diff) | |
| download | emacs-01b79236524daa6cc8ceca1cd0ac0600de3b5d71.tar.gz emacs-01b79236524daa6cc8ceca1cd0ac0600de3b5d71.zip | |
Undo previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index c11d5f9a763..5416a42beac 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -153,7 +153,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 153 | /* GNU/Linux usually has crt0.o in a non-standard place */ | 153 | /* GNU/Linux usually has crt0.o in a non-standard place */ |
| 154 | #define START_FILES pre-crt0.o /usr/lib/crt0.o | 154 | #define START_FILES pre-crt0.o /usr/lib/crt0.o |
| 155 | #else | 155 | #else |
| 156 | #define START_FILES pre-crt0.o /alt/usr/lib/crt1.o /alt/usr/lib/crti.o | 156 | #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o |
| 157 | #endif | 157 | #endif |
| 158 | 158 | ||
| 159 | #ifdef __ELF__ | 159 | #ifdef __ELF__ |
| @@ -199,7 +199,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 199 | #else | 199 | #else |
| 200 | #undef LIB_GCC | 200 | #undef LIB_GCC |
| 201 | #define LIB_GCC | 201 | #define LIB_GCC |
| 202 | #define LIB_STANDARD -lgcc -lc -lgcc /alt/usr/lib/crtn.o | 202 | #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o |
| 203 | #endif | 203 | #endif |
| 204 | 204 | ||
| 205 | /* Don't use -g in test compiles in configure. | 205 | /* Don't use -g in test compiles in configure. |