From 882c80a7cc29e9e0888de7b70f11a7db7de0e0d6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 28 Feb 1995 17:44:35 +0000 Subject: [PATCH] * 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. --- ld/ChangeLog | 7 +++++++ ld/config/.Sanitize | 2 ++ ld/config/i386-gelf.mt | 2 ++ ld/config/i386-lelf.mt | 2 ++ 4 files changed, 13 insertions(+) create mode 100644 ld/config/i386-gelf.mt create mode 100644 ld/config/i386-lelf.mt diff --git a/ld/ChangeLog b/ld/ChangeLog index 124e9a8fd5c..9107e055dc0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Tue Feb 28 12:42:56 1995 Ian Lance Taylor + + * 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 * configure.in: Match on mips-ecoff, and default to the IDT diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 6fafb72afae..cb829436746 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -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 index 00000000000..a3afaf4c3c4 --- /dev/null +++ b/ld/config/i386-gelf.mt @@ -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 index 00000000000..a9cec182ad4 --- /dev/null +++ b/ld/config/i386-lelf.mt @@ -0,0 +1,2 @@ +EMUL=elf_i386 +EMUL_EXTRA1=i386linux -- 2.30.2