From d5a37c53ffe93c84b5c804bd5a0425f48d661069 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 11 Dec 2006 00:25:59 +0000 Subject: [PATCH] * configure.in: Sync with GCC (spu-*-*). * configure: Sync with GCC. --- ChangeLog | 5 +++++ configure | 3 +++ configure.in | 3 +++ 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3c4ca391f..056b2d103 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-11 Ben Elliston + + * configure.in: Sync with GCC (spu-*-*). + * configure: Sync with GCC. + 2006-12-07 Mike Stump * Makefile.def (dependencies): Add dependency for diff --git a/configure b/configure index f35de23b3..6e27df0c0 100755 --- a/configure +++ b/configure @@ -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}" ;; diff --git a/configure.in b/configure.in index ccb1b93ec..bca451af4 100644 --- a/configure.in +++ b/configure.in @@ -774,6 +774,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}" ;; -- 2.11.4.GIT