diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-07-16 02:17:14 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-07-16 02:17:14 +0000 |
commit | 7defa4f4c543634bd0a0adca38055f2ecc5de37d (patch) | |
tree | c0f44859e767c3b6cbb024fd82d1cabb023f706e /src/s | |
parent | d57cb94c26a6f447d93a0f779a36104a3a4093b9 (diff) | |
download | emacs-7defa4f4c543634bd0a0adca38055f2ecc5de37d.tar.gz |
Undo previous change.
Diffstat (limited to 'src/s')
-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. */ /* GNU/Linux usually has crt0.o in a non-standard place */ #define START_FILES pre-crt0.o /usr/lib/crt0.o #else -#define START_FILES pre-crt0.o /alt/usr/lib/crt1.o /alt/usr/lib/crti.o +#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o #endif #ifdef __ELF__ @@ -199,7 +199,7 @@ Boston, MA 02111-1307, USA. */ #else #undef LIB_GCC #define LIB_GCC -#define LIB_STANDARD -lgcc -lc -lgcc /alt/usr/lib/crtn.o +#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o #endif /* Don't use -g in test compiles in configure. |