This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50342] gcc/configure fails on Mac OS X Lion/Xcode 4.1 with recent GCCs
- From: "mrs at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 08 May 2012 01:36:11 +0000
- Subject: [Bug bootstrap/50342] gcc/configure fails on Mac OS X Lion/Xcode 4.1 with recent GCCs
- Auto-submitted: auto-generated
- References: <bug-50342-4@http.gcc.gnu.org/bugzilla/>
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.