diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-28 17:44:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-28 17:44:35 +0000 |
commit | 882c80a7cc29e9e0888de7b70f11a7db7de0e0d6 (patch) | |
tree | 5855161532a627f47fe6149bf62bb30944340e45 /ld/config | |
parent | decc32b7c1690e48f0ff79a9f5de69f2f705b2b7 (diff) | |
download | gdb-882c80a7cc29e9e0888de7b70f11a7db7de0e0d6.zip gdb-882c80a7cc29e9e0888de7b70f11a7db7de0e0d6.tar.gz gdb-882c80a7cc29e9e0888de7b70f11a7db7de0e0d6.tar.bz2 |
* 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.
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/.Sanitize | 2 | ||||
-rw-r--r-- | ld/config/i386-gelf.mt | 2 | ||||
-rw-r--r-- | ld/config/i386-lelf.mt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 6fafb72..cb82943 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 0000000..a3afaf4 --- /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 0000000..a9cec18 --- /dev/null +++ b/ld/config/i386-lelf.mt @@ -0,0 +1,2 @@ +EMUL=elf_i386 +EMUL_EXTRA1=i386linux |