diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-10-29 19:39:13 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-10-29 19:39:13 +0000 |
commit | 0cc8da6c26d1fdd671e46afbee7b4c9134eed5f9 (patch) | |
tree | 2942d6f81ddb8ccb3dd6305dd96b34f83ab655e3 | |
parent | b2e53678465ad46c7fa1e6d155fc55f9bb0b145f (diff) | |
download | cygnal-0cc8da6c26d1fdd671e46afbee7b4c9134eed5f9.tar.gz cygnal-0cc8da6c26d1fdd671e46afbee7b4c9134eed5f9.tar.bz2 cygnal-0cc8da6c26d1fdd671e46afbee7b4c9134eed5f9.zip |
2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
* configure.ac [spu-*-*]: Do not set skipdirs.
* configure: Re-generate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com> + + * configure.ac [spu-*-*]: Do not set skipdirs. + * configure: Re-generate. + 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo. @@ -2643,7 +2643,6 @@ 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.ac b/configure.ac index 1915877aa..726a58ff2 100644 --- a/configure.ac +++ b/configure.ac @@ -892,7 +892,6 @@ 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}" |