Add support for StrongARM target.

This commit is contained in:
Nick Clifton 1999-02-08 12:47:01 +00:00
parent 4145dbc306
commit 29b5edecd7
2 changed files with 8 additions and 0 deletions

View 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

View 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"