mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
configure.ac (spu-*-*): Remove special case.
* configure.ac (spu-*-*): Remove special case. * configure: Regenerate. From-SVN: r141471
This commit is contained in:
parent
7c8fbd3fbe
commit
fb0d26846b
@ -1,3 +1,8 @@
|
||||
2008-10-31 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* configure.ac (spu-*-*): Remove special case.
|
||||
* configure: Regenerate.
|
||||
|
||||
2008-10-30 Catherine Moore <clm@codesourcery.com>
|
||||
|
||||
* MAINTAINERS (Write after approval): Update my email address.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2655,8 +2655,6 @@ case "${target}" in
|
||||
;;
|
||||
sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
|
||||
;;
|
||||
spu-*-*)
|
||||
;;
|
||||
v810-*-*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
@ -891,8 +891,6 @@ case "${target}" in
|
||||
;;
|
||||
sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
|
||||
;;
|
||||
spu-*-*)
|
||||
;;
|
||||
v810-*-*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user