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: Sun, 12 Jun 2011 19:06:19 +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 #17 from Iain Sandoe <iains at gcc dot gnu.org> 2011-06-12 19:06:15 UTC ---
(In reply to comment #16)
> (In reply to comment #15)
> > [macbook] f90/bug% gcc47 -m32 -fno-PIC -pie backtrace.c
what happens for
gcc47 -m32 -fno-PIC -fpie backtrace.c
?