mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-09 08:56:13 +08:00
Add thumb-pe target.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* configure.in: Add Thumb-pe target.
|
||||
|
||||
Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
|
||||
* Makefile.in - changed sn targets to snavigator
|
||||
* configure.in - changed sn targets to snavigator
|
||||
|
@ -568,6 +568,9 @@ case "${target}" in
|
||||
thumb-*-coff) # CYGNUS LOCAL nickc/thumb
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
;;
|
||||
thumb-*-pe) # CYGNUS LOCAL nickc/thumb
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
;;
|
||||
arm-*-riscix*)
|
||||
noconfigdirs="$noconfigdirs ld target-libgloss"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user