2001-10-08 Aldy Hernandez <aldyh@redhat.com>
authorAldy Hernandez <aldyh@redhat.com>
Mon, 8 Oct 2001 18:54:13 +0000 (18:54 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Mon, 8 Oct 2001 18:54:13 +0000 (18:54 +0000)
* configure.tgt (targ): Add arm9e-*-elf.

ld/ChangeLog
ld/configure.tgt

index 46cfa7f..448e2e3 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
+
+       * configure.tgt (targ): Add arm9e-*-elf.
+
 2001-10-05  H.J. Lu  <hjl@gnu.org>
 
        * genscripts.sh: Fix a typo in the last change.
index 41aebf2..7b6c572 100644 (file)
@@ -200,6 +200,7 @@ arm-*-netbsd*)              targ_emul=armnbsd ;;
 arm-*-openbsd*)                targ_emul=armnbsd ;;
 arm-*-rtems*)          targ_emul=armelf ;;
 arm-*-elf)             targ_emul=armelf ;;
+arm9e-*-elf)           targ_emul=armelf ;;
 arm-*-oabi)            targ_emul=armelf_oabi ;;
 arm*-*-linux-gnu*)     targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
 arm*-*-uclinux*)       targ_emul=armelf_linux; targ_extra_emuls=armelf ;;