From: Phil Blundell Date: Wed, 29 Aug 2001 18:51:40 +0000 (+0000) Subject: 2001-08-29 Joel Sherrill X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5339ec5617e97aa9eccaf41ac099d469e8c340ad;p=thirdparty%2Fbinutils-gdb.git 2001-08-29 Joel Sherrill * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change default from coff to elf. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 439eda53720..4efbb14a805 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-08-29 Joel Sherrill + + * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change + default from coff to elf. + 2001-08-13 Richard Henderson * emultempl/needrelax.em: New file. diff --git a/ld/configure.tgt b/ld/configure.tgt index bb690121a0a..478eaca2294 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -121,8 +121,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 ;; @@ -246,7 +247,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 ;;