mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* configure.ac (tic6x-*-*): New case.
* configure: Regenerate.
This commit is contained in:
parent
30e947fac1
commit
6315af0f80
@ -1,3 +1,8 @@
|
||||
2010-03-23 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* configure.ac (tic6x-*-*): New case.
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-03-23 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
Merge from gcc:
|
||||
|
3
configure
vendored
3
configure
vendored
@ -3703,6 +3703,9 @@ case "${target}" in
|
||||
;;
|
||||
sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
|
||||
;;
|
||||
tic6x-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
|
||||
;;
|
||||
v810-*-*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
@ -940,6 +940,9 @@ case "${target}" in
|
||||
;;
|
||||
sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
|
||||
;;
|
||||
tic6x-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
|
||||
;;
|
||||
v810-*-*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user