mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Add support for Thumb target
This commit is contained in:
@ -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>
|
Tue Dec 2 06:51:40 1997 Keith Seitz <keiths@onions.cygnus.com>
|
||||||
|
|
||||||
* configure (GDB_TK): add all-libide to dependency list
|
* configure (GDB_TK): add all-libide to dependency list
|
||||||
|
@ -446,6 +446,9 @@ case "${target}" in
|
|||||||
arm-*-coff*)
|
arm-*-coff*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
thumb-*-coff) # CYGNUS LOCAL nickc/thumb
|
||||||
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
|
;;
|
||||||
arm-*-riscix*)
|
arm-*-riscix*)
|
||||||
noconfigdirs="$noconfigdirs ld target-libgloss"
|
noconfigdirs="$noconfigdirs ld target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user