Add support for Thumb target

This commit is contained in:
Nick Clifton 1997-12-02 18:10:44 +00:00
parent 3c8e082494
commit 28b6fd89dd
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
* configure.in (noconfigdirs): Add support for Thumb target.
* config.sub (maybe_os): Add support for Thumb target.
Tue Dec 2 06:51:40 1997 Keith Seitz <keiths@onions.cygnus.com>
* configure (GDB_TK): add all-libide to dependency list

View File

@ -446,6 +446,9 @@ case "${target}" in
arm-*-coff*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
thumb-*-coff) # CYGNUS LOCAL nickc/thumb
noconfigdirs="$noconfigdirs target-libgloss"
;;
arm-*-riscix*)
noconfigdirs="$noconfigdirs ld target-libgloss"
;;