Thu Mar 30 14:32:26 1995 H.J. Lu (hjl@nynexst.com)
* configure.in: Change linux to default to elf. Using i[345]86-*-linuxaout will build a linker which defaults to a.out. * config/i386-laout.mt: Rename from old config/i386-linux.mt. * config/i386-linux.mt: Rename from old config/i386-lelf.mt. * config/i386-lelf.mt: Remove.
This commit is contained in:
parent
e83f77457b
commit
59b4c1998a
@ -1,3 +1,11 @@
|
||||
Thu Mar 30 14:32:26 1995 H.J. Lu (hjl@nynexst.com)
|
||||
|
||||
* configure.in: Change linux to default to elf. Using
|
||||
i[345]86-*-linuxaout will build a linker which defaults to a.out.
|
||||
* config/i386-laout.mt: Rename from old config/i386-linux.mt.
|
||||
* config/i386-linux.mt: Rename from old config/i386-lelf.mt.
|
||||
* config/i386-lelf.mt: Remove.
|
||||
|
||||
Thu Mar 30 13:09:46 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ld.texinfo, ld.1: Document the -no-keep-memory option.
|
||||
|
@ -64,7 +64,7 @@ i386-elf.mt
|
||||
i386-gelf.mt
|
||||
i386-gnu.mt
|
||||
i386-go32.mt
|
||||
i386-lelf.mt
|
||||
i386-laout.mt
|
||||
i386-linux.mt
|
||||
i386-lynx.mt
|
||||
i386-mach.mt
|
||||
|
2
ld/config/i386-laout.mt
Normal file
2
ld/config/i386-laout.mt
Normal file
@ -0,0 +1,2 @@
|
||||
EMUL=i386linux
|
||||
EMUL_EXTRA1=elf_i386
|
@ -1,2 +0,0 @@
|
||||
EMUL=elf_i386
|
||||
EMUL_EXTRA1=i386linux
|
@ -1,2 +1,2 @@
|
||||
EMUL=i386linux
|
||||
EMUL_EXTRA1=elf_i386
|
||||
EMUL=elf_i386
|
||||
EMUL_EXTRA1=i386linux
|
||||
|
Loading…
Reference in New Issue
Block a user