This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/30134] Bootstrap error: "libffi has not been ported to powerpc64-apple-darwin8.8.0"



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]