diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-12-11 00:25:59 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2006-12-11 00:25:59 +0000 |
commit | 2839fe5d9c59dd1703eded6e02bb45639e112f29 (patch) | |
tree | f6eb2f71824d3b066744e323a07c57cd6ffd392b /configure | |
parent | 0c59c0d1d91d58dd05a28f8ecc0d922ce4e726ae (diff) | |
download | binutils-gdb-2839fe5d9c59dd1703eded6e02bb45639e112f29.tar.gz |
* configure.in: Sync with GCC (spu-*-*).
* configure: Sync with GCC.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
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}" ;; |