This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30134] Bootstrap error: "libffi has not been ported to powerpc64-apple-darwin8.8.0"
- From: "andreast at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Dec 2006 21:20:13 -0000
- Subject: [Bug bootstrap/30134] Bootstrap error: "libffi has not been ported to powerpc64-apple-darwin8.8.0"
- References: <bug-30134-271@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from andreast at gcc dot gnu dot org 2006-12-09 21:20 -------
For the time being, this one, on the previous revision would have been the
better approach. NOTE, it's untested!
[wolfram:gcc/head/gcc] andreast% svn diff configure.in
Index: configure.in
===================================================================
--- configure.in (revision 119677)
+++ configure.in (working copy)
@@ -368,7 +368,7 @@
*-*-chorusos)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;;
- powerpc-*-darwin*)
+ powerpc-*-darwin* | i[[3456789]]86-*-darwin*)
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
noconfigdirs="$noconfigdirs sim target-rda"
;;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30134