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 driver/49371] xgcc: error: unrecognized option '-pie' on *-apple-darwin*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49371

--- Comment #32 from Iain Sandoe <iains at gcc dot gnu.org> 2011-06-25 11:17:39 UTC ---
Author: iains
Date: Sat Jun 25 11:17:35 2011
New Revision: 175397

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175397
Log:

    PR driver/49371
    * config/darwin.c (darwin_override_options): Improve warning when
    mdynamic-no-pic is given together with fPIC/fpic, also warn when it
    is given with fpie/fPIE.
    * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
    * config/darwin9.h (PIE_SPEC): New.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/darwin.c
    trunk/gcc/config/darwin.h
    trunk/gcc/config/darwin9.h


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