From: Ben Elliston Date: Thu, 30 Oct 2008 23:33:12 +0000 (+0000) Subject: configure.ac (spu-*-*): Remove special case. X-Git-Tag: releases/gcc-4.4.0~1885 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb0d26846bc352843793a48f8dc7d5b06cc6d8c2;p=thirdparty%2Fgcc.git configure.ac (spu-*-*): Remove special case. * configure.ac (spu-*-*): Remove special case. * configure: Regenerate. From-SVN: r141471 --- diff --git a/ChangeLog b/ChangeLog index c06b85ec0319..e7d0f2533862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-31 Ben Elliston + + * configure.ac (spu-*-*): Remove special case. + * configure: Regenerate. + 2008-10-30 Catherine Moore * MAINTAINERS (Write after approval): Update my email address. diff --git a/configure b/configure index 591a6f3195d0..82241081ede2 100755 --- a/configure +++ b/configure @@ -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 77b32516f03b..1ee5158f00b7 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}" ;;