* 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>
|
2011-06-06 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config.sub: Sync from upstream.
|
* config.sub: Sync from upstream.
|
||||||
|
3
configure
vendored
3
configure
vendored
@ -3608,6 +3608,9 @@ case "${target}" in
|
|||||||
tic6x-*-*)
|
tic6x-*-*)
|
||||||
noconfigdirs="$noconfigdirs gdb sim"
|
noconfigdirs="$noconfigdirs gdb sim"
|
||||||
;;
|
;;
|
||||||
|
tilepro-*-* | tilegx-*-*)
|
||||||
|
noconfigdirs="$noconfigdirs sim"
|
||||||
|
;;
|
||||||
v810-*-*)
|
v810-*-*)
|
||||||
noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
|
noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
@ -1054,6 +1054,9 @@ case "${target}" in
|
|||||||
tic6x-*-*)
|
tic6x-*-*)
|
||||||
noconfigdirs="$noconfigdirs gdb sim"
|
noconfigdirs="$noconfigdirs gdb sim"
|
||||||
;;
|
;;
|
||||||
|
tilepro-*-* | tilegx-*-*)
|
||||||
|
noconfigdirs="$noconfigdirs sim"
|
||||||
|
;;
|
||||||
v810-*-*)
|
v810-*-*)
|
||||||
noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
|
noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user