* configure.in: Sync with GCC (spu-*-*).
* configure: Sync with GCC.
This commit is contained in:
parent
0c59c0d1d9
commit
2839fe5d9c
@ -1,3 +1,8 @@
|
||||
2006-12-11 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* configure.in: Sync with GCC (spu-*-*).
|
||||
* configure: Sync with GCC.
|
||||
|
||||
2006-12-07 Mike Stump <mrs@apple.com>
|
||||
|
||||
* Makefile.def (dependencies): Add dependency for
|
||||
|
3
configure
vendored
3
configure
vendored
@ -1598,6 +1598,9 @@ case "${target}" in
|
||||
;;
|
||||
sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
|
||||
;;
|
||||
spu-*-*)
|
||||
skipdirs="target-libssp"
|
||||
;;
|
||||
v810-*-*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
@ -774,6 +774,9 @@ case "${target}" in
|
||||
;;
|
||||
sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
|
||||
;;
|
||||
spu-*-*)
|
||||
skipdirs="target-libssp"
|
||||
;;
|
||||
v810-*-*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user