From: Ben Elliston Date: Mon, 11 Dec 2006 00:25:59 +0000 (+0000) Subject: * configure.in: Sync with GCC (spu-*-*). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2839fe5d9c59dd1703eded6e02bb45639e112f29;p=binutils-gdb.git * configure.in: Sync with GCC (spu-*-*). * configure: Sync with GCC. --- diff --git a/ChangeLog b/ChangeLog index 3c4ca391fbe..056b2d1039d 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 f35de23b3fb..6e27df0c0d7 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 ccb1b93ecdf..bca451af48c 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}" ;;