This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: build target-libiberty on SPU
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 5 Dec 2006 14:03:55 +1100
- Subject: PATCH: build target-libiberty on SPU
I can't think of any reason why we should deliberately skip building
target-libiberty on SPU targets. It adds little build time and
provides more testing coverage by building more target code.
Okay to commit? (diff for configure omitted)
2006-12-05 Ben Elliston <bje@au.ibm.com>
* configure.in (spu-*-*): Don't skip target-libiberty.
* configure: Regenerate.
Index: configure.in
===================================================================
--- configure.in (revision 119530)
+++ configure.in (working copy)
@@ -775,7 +775,7 @@ case "${target}" in
sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
;;
spu-*-*)
- skipdirs="target-libiberty target-libssp"
+ skipdirs="target-libssp"
;;
v810-*-*)
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"