* configure.in: Sync with GCC (spu-*-*).

* configure: Sync with GCC.
This commit is contained in:
Ben Elliston
2006-12-11 00:25:59 +00:00
parent 931e17a3ca
commit 3fce2c7f21
3 changed files with 11 additions and 0 deletions

3
configure vendored
View File

@ -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}"
;;