From fb0d26846bc352843793a48f8dc7d5b06cc6d8c2 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 30 Oct 2008 23:33:12 +0000 Subject: [PATCH] configure.ac (spu-*-*): Remove special case. * configure.ac (spu-*-*): Remove special case. * configure: Regenerate. From-SVN: r141471 --- ChangeLog | 5 +++++ configure | 2 -- configure.ac | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c06b85ec031..e7d0f253386 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 591a6f3195d..82241081ede 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 77b32516f03..1ee5158f00b 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}" ;;