* configure.ac (tilepro-*-*) New case.
(tilegx-*-*): Likewise. * configure: Regenerate.
This commit is contained in:
parent
aa137e4d51
commit
eb4b245289
3 changed files with 12 additions and 0 deletions
|
@ -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…
Reference in a new issue