* configure.in (i[345]86-*-linuxelf*): New target. Use i386-lelf.
(i[345]86-*-gnuelf*): New target. Use i386-gelf. * config/i386-lelf.mt: New file. * config/i386-gelf.mt: New file.
This commit is contained in:
parent
decc32b7c1
commit
882c80a7cc
4 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Tue Feb 28 12:42:56 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in (i[345]86-*-linuxelf*): New target. Use i386-lelf.
|
||||
(i[345]86-*-gnuelf*): New target. Use i386-gelf.
|
||||
* config/i386-lelf.mt: New file.
|
||||
* config/i386-gelf.mt: New file.
|
||||
|
||||
Tue Feb 28 10:27:54 1995 Rob Savoye <rob@darkstar.cygnus.com>
|
||||
|
||||
* configure.in: Match on mips-ecoff, and default to the IDT
|
||||
|
|
|
@ -61,8 +61,10 @@ i386-aout.mt
|
|||
i386-bsd.mt
|
||||
i386-coff.mt
|
||||
i386-elf.mt
|
||||
i386-gelf.mt
|
||||
i386-gnu.mt
|
||||
i386-go32.mt
|
||||
i386-lelf.mt
|
||||
i386-linux.mt
|
||||
i386-lynx.mt
|
||||
i386-mach.mt
|
||||
|
|
2
ld/config/i386-gelf.mt
Normal file
2
ld/config/i386-gelf.mt
Normal file
|
@ -0,0 +1,2 @@
|
|||
EMUL=elf_i386
|
||||
EMUL_EXTRA1=i386mach
|
2
ld/config/i386-lelf.mt
Normal file
2
ld/config/i386-lelf.mt
Normal file
|
@ -0,0 +1,2 @@
|
|||
EMUL=elf_i386
|
||||
EMUL_EXTRA1=i386linux
|
Loading…
Add table
Reference in a new issue