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:
Ian Lance Taylor 1995-03-30 19:42:38 +00:00
parent e83f77457b
commit 59b4c1998a
5 changed files with 13 additions and 5 deletions

View File

@ -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.

View File

@ -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
View File

@ -0,0 +1,2 @@
EMUL=i386linux
EMUL_EXTRA1=elf_i386

View File

@ -1,2 +0,0 @@
EMUL=elf_i386
EMUL_EXTRA1=i386linux

View File

@ -1,2 +1,2 @@
EMUL=i386linux
EMUL_EXTRA1=elf_i386
EMUL=elf_i386
EMUL_EXTRA1=i386linux