mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* configure.ac (tilepro-*-*) New case.
(tilegx-*-*): Likewise. * configure: Regenerate.
This commit is contained in:
parent
a4e22a5c81
commit
f9dd2b32b9
@ -1,3 +1,9 @@
|
||||
2011-06-13 Walter Lee <walt@tilera.com>
|
||||
|
||||
* configure.ac (tilepro-*-*) New case.
|
||||
(tilegx-*-*): Likewise.
|
||||
* configure: Regenerate.
|
||||
|
||||
2011-06-06 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config.sub: Sync from upstream.
|
||||
|
3
configure
vendored
3
configure
vendored
@ -3608,6 +3608,9 @@ case "${target}" in
|
||||
tic6x-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb sim"
|
||||
;;
|
||||
tilepro-*-* | tilegx-*-*)
|
||||
noconfigdirs="$noconfigdirs sim"
|
||||
;;
|
||||
v810-*-*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
|
||||
;;
|
||||
|
@ -1054,6 +1054,9 @@ case "${target}" in
|
||||
tic6x-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb sim"
|
||||
;;
|
||||
tilepro-*-* | tilegx-*-*)
|
||||
noconfigdirs="$noconfigdirs sim"
|
||||
;;
|
||||
v810-*-*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user