Add support for StrongARM target.
authorNick Clifton <nickc@redhat.com>
Mon, 8 Feb 1999 12:47:01 +0000 (12:47 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 8 Feb 1999 12:47:01 +0000 (12:47 +0000)
ld/ChangeLog
ld/configure.tgt

index 1ed5968a655ee851eae1ae50e147c706b4bf1a94..a73693c07eb459d96749eecebe909ce7f172a132 100644 (file)
@@ -1,3 +1,7 @@
+1999-02-08  Nick Clifton  <nickc@cygnus.com>
+
+       * configure.tgt: Add support for StrongARM target.
+
 Wed Feb  3 19:41:01 1999  Ian Lance Taylor  <ian@cygnus.com>
 
        * ldctor.c (ldctor_build_sets): Just set SEC_KEEP once.  Check for
index 353d94a911c486662f456416e70ef87c48c7e4dc..91bdb32a6cedb7caff4674c9753093a9e1327fd3 100644 (file)
@@ -119,8 +119,12 @@ arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
 armeb-*-aout)          targ_emul=armaoutb ;;
 arm-*-coff)            targ_emul=armcoff ;;
 arm-*-elf)             targ_emul=armelf ;;
+arm-*-oabi)             targ_emul=armelf_oabi ;;
+strongarm-*-coff)      targ_emul=armcoff ;;
+strongarm-*-elf)       targ_emul=armelf ;;
 thumb-*-coff)          targ_emul=armcoff ;;
 thumb-*-elf)           targ_emul=armelf ;;
+thumb-*-oabi)           targ_emul=armelf_oabi ;;
 thumb-*-pe)            targ_emul=armpe ;;
 h8300-*-hms* | h8300-*-coff*)
                        targ_emul=h8300; targ_extra_emuls="h8300h h8300s"