]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-08-29 Joel Sherrill <joel@OARcorp.com>
authorPhil Blundell <philb@gnu.org>
Wed, 29 Aug 2001 18:51:40 +0000 (18:51 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 29 Aug 2001 18:51:40 +0000 (18:51 +0000)
* configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
default from coff to elf.

ld/ChangeLog
ld/configure.tgt

index 439eda5372041de49cbbe3f6f11ec930ebe49fce..4efbb14a8057ef49585b5747c9dae6a189487a89 100644 (file)
@@ -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-13  Richard Henderson  <rth@redhat.com>
 
        * emultempl/needrelax.em: New file.
index bb690121a0ad7393e2a8f79c337d7bfc1e0cf851..478eaca22947906b5a4302246fe54f0044c0c4ed 100644 (file)
@@ -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 ;;