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/50342] gcc/configure fails on Mac OS X Lion/Xcode 4.1 with recent GCCs


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

mrs@gcc.gnu.org <mrs at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrs at gcc dot gnu.org

--- Comment #10 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2012-05-08 01:36:11 UTC ---
I'm wondering if you could add:

# Work around PR50342
BOOT_CFLAGS += -D_FORTIFY_SOURCE=0

to config/mh-darwin and fix the issue.  If so, I think that might be the best
solution for now.  I think this should be safe for ppc and older and newer
OSes.  If there comes a time when everything just works, the line can be
removed later.  Let me know.


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