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 | faee1be24960159fdc5ac17ecec0835511b1d3f4 (patch) | |
tree | 58c12aeda56491b54e89a3090e230a2bab09086b /configure.ac | |
parent | 6b87b48e40a984358aba3fbc42d00e9e655bfdd9 (diff) | |
download | gdb-faee1be24960159fdc5ac17ecec0835511b1d3f4.zip gdb-faee1be24960159fdc5ac17ecec0835511b1d3f4.tar.gz gdb-faee1be24960159fdc5ac17ecec0835511b1d3f4.tar.bz2 |
2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
* configure.ac [spu-*-*]: Do not set skipdirs.
* configure: Re-generate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1915877..726a58f 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}" |