diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-10-30 23:33:12 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2008-10-31 10:33:12 +1100 |
commit | fb0d26846bc352843793a48f8dc7d5b06cc6d8c2 (patch) | |
tree | 0330909fac753ceaeba2d15f7cbdb7298cdb0e9f | |
parent | 7c8fbd3fbeeb2fec1aeddafc9c8ca93673378284 (diff) | |
download | gcc-fb0d26846bc352843793a48f8dc7d5b06cc6d8c2.zip gcc-fb0d26846bc352843793a48f8dc7d5b06cc6d8c2.tar.gz gcc-fb0d26846bc352843793a48f8dc7d5b06cc6d8c2.tar.bz2 |
configure.ac (spu-*-*): Remove special case.
* configure.ac (spu-*-*): Remove special case.
* configure: Regenerate.
From-SVN: r141471
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -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. @@ -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}" ;; diff --git a/configure.ac b/configure.ac index 77b3251..1ee5158 100644 --- a/configure.ac +++ b/configure.ac @@ -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}" ;; |