This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/49371] xgcc: error: unrecognized option '-pie' on *-apple-darwin*
- 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: Mon, 13 Jun 2011 14:20:00 +0000
- Subject: [Bug driver/49371] xgcc: error: unrecognized option '-pie' on *-apple-darwin*
- Auto-submitted: auto-generated
- References: <bug-49371-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49371
--- Comment #27 from Iain Sandoe <iains at gcc dot gnu.org> 2011-06-13 14:18:58 UTC ---
(In reply to comment #26)
> (In reply to comment #25)
> > I had assumed that the cases noted in comment #15 were test fails - if they
> > were just examples, then we are probably 'there' modulo a re-test on darwin8.
>
> They were just extra tests motivated by some doubts you expressed in the thread
OK, my misunderstanding ;-)
> (BTW on powerpc-apple-darwin9 I get the cc1/f951 warning for both -m32 and
> -m64).
that's correct - mdynamic-no-pic is active for m64/powerpc (but not for
m64/x86).
so .. I'll retest on darwin8 .. and apply to trunk if all is OK there.