* configure.in (i[345]86-*-linuxelf*): New target. Use i386-lelf.
authorIan Lance Taylor <ian@airs.com>
Tue, 28 Feb 1995 17:44:35 +0000 (17:44 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 28 Feb 1995 17:44:35 +0000 (17:44 +0000)
(i[345]86-*-gnuelf*): New target.  Use i386-gelf.
* config/i386-lelf.mt: New file.
* config/i386-gelf.mt: New file.

ld/ChangeLog
ld/config/.Sanitize
ld/config/i386-gelf.mt [new file with mode: 0644]
ld/config/i386-lelf.mt [new file with mode: 0644]

index 124e9a8..9107e05 100644 (file)
@@ -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
index 6fafb72..cb82943 100644 (file)
@@ -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
diff --git a/ld/config/i386-gelf.mt b/ld/config/i386-gelf.mt
new file mode 100644 (file)
index 0000000..a3afaf4
--- /dev/null
@@ -0,0 +1,2 @@
+EMUL=elf_i386
+EMUL_EXTRA1=i386mach
diff --git a/ld/config/i386-lelf.mt b/ld/config/i386-lelf.mt
new file mode 100644 (file)
index 0000000..a9cec18
--- /dev/null
@@ -0,0 +1,2 @@
+EMUL=elf_i386
+EMUL_EXTRA1=i386linux