diff options
author | Phil Blundell <philb@gnu.org> | 2001-08-29 18:47:28 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2001-08-29 18:47:28 +0000 |
commit | d43ded80a7e5c4ab014ead8d78026739ee7ef9b2 (patch) | |
tree | 9509202d261579afffc4aa7c5d822b0b9d26cc48 /ld | |
parent | f6314f3e2f3db81ac1fe61863ea54a1543cfb0d5 (diff) | |
download | gdb-d43ded80a7e5c4ab014ead8d78026739ee7ef9b2.zip gdb-d43ded80a7e5c4ab014ead8d78026739ee7ef9b2.tar.gz gdb-d43ded80a7e5c4ab014ead8d78026739ee7ef9b2.tar.bz2 |
2001-08-29 Joel Sherrill <joel@OARcorp.com>
* configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
default from coff to elf.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/configure.tgt | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d52962b..b36beff 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-08-29 Joel Sherrill <joel@OARcorp.com> + + * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change + default from coff to elf. + 2001-08-29 Jeff Law <law@redhat.com> * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update diff --git a/ld/configure.tgt b/ld/configure.tgt index 4eddbb4..bc9489b 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -123,8 +123,9 @@ i[3456]86-*-sco*) targ_emul=i386coff ;; i[3456]86-*-isc*) targ_emul=i386coff ;; i[3456]86-*-lynxos*) targ_emul=i386lynx ;; i[3456]86-*-coff) targ_emul=i386coff ;; +i[3456]86-*-rtemscoff*) targ_emul=i386coff ;; i[3456]86-*-rtemself*) targ_emul=elf_i386 ;; -i[3456]86-*-rtems*) targ_emul=i386coff ;; +i[3456]86-*-rtems*) targ_emul=elf_i386 ;; i[3456]86-*-bsd) targ_emul=i386bsd ;; i[3456]86-*-bsd386) targ_emul=i386bsd ;; i[3456]86-*-bsdi*) targ_emul=i386bsd ;; @@ -256,7 +257,8 @@ m68*-*-lynxos*) targ_emul=m68klynx ;; m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;; m68*-*-netbsd*) targ_emul=m68knbsd ;; m68*-*-psos*) targ_emul=m68kpsos ;; -m68*-*-rtems*) targ_emul=m68kcoff ;; +m68*-*-rtemscoff*) targ_emul=m68kcoff ;; +m68*-*-rtems*) targ_emul=m68kelf ;; hppa*64*-*-linux-gnu*) targ_emul=hppa64linux ;; hppa*64*-*) targ_emul=elf64hppa ;; hppa*-*-linux-gnu*) targ_emul=hppalinux ;; |