diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-30 19:42:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-30 19:42:38 +0000 |
commit | 59b4c1998aa999ee59967e2186b03fde9dc978ce (patch) | |
tree | 7d5d721b39760355e767af8b2723759bc482d3f9 /ld/config/i386-linux.mt | |
parent | e83f77457b792d7652fdea5b6cf3f3b0eed1f240 (diff) | |
download | gdb-59b4c1998aa999ee59967e2186b03fde9dc978ce.zip gdb-59b4c1998aa999ee59967e2186b03fde9dc978ce.tar.gz gdb-59b4c1998aa999ee59967e2186b03fde9dc978ce.tar.bz2 |
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.
Diffstat (limited to 'ld/config/i386-linux.mt')
-rw-r--r-- | ld/config/i386-linux.mt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/config/i386-linux.mt b/ld/config/i386-linux.mt index 16d623b..a9cec18 100644 --- a/ld/config/i386-linux.mt +++ b/ld/config/i386-linux.mt @@ -1,2 +1,2 @@ -EMUL=i386linux -EMUL_EXTRA1=elf_i386 +EMUL=elf_i386 +EMUL_EXTRA1=i386linux |