This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libffi/49594] bootstrap failure in libffi:darwin_closure for powerpc-darwin8
- From: "iains at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 1 Jul 2011 07:21:27 +0000
- Subject: [Bug libffi/49594] bootstrap failure in libffi:darwin_closure for powerpc-darwin8
- Auto-submitted: auto-generated
- References: <bug-49594-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49594
--- Comment #2 from Iain Sandoe <iains at gcc dot gnu.org> 2011-07-01 07:21:26 UTC ---
(In reply to comment #1)
> darwin_closure.S was touched a while ago:
>
> http://gcc.gnu.org/ml/gcc-cvs/2010-12/msg00700.html
>
> by
>
> http://gcc.gnu.org/ml/gcc-patches/2010-12/txt00045.txt
>
> Can anyone else test this on powerpc-darwin8? I'll see what I can figure out.
I'll take a look at this.
As a quick work-around you might try
"--disable-multilib" since you appear to be building on a machine that is not
64 bit anyway.
(of course, if you need to build m64 code for other machines that won't help -
but it will get you going for native stuff).