This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32622] BOOT_CFLAGS is not passed to stage2 and stage3 compile
- From: "spop at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jul 2007 17:53:19 -0000
- Subject: [Bug target/32622] BOOT_CFLAGS is not passed to stage2 and stage3 compile
- References: <bug-32622-1649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from spop at gcc dot gnu dot org 2007-07-05 17:53 -------
Subject: Re: BOOT_CFLAGS is not passed to stage2 and stage3 compile
Hi,
here is a fix for PR32622 that I've bootstrapped and tested on
i686-linux with "configure BOOT_CFLAGS=-O2" that made the bootstrap
stage2 and stage3 use "-O2 -fomit-frame-pointer" instead of "-O2 -g
-fomit-frame-pointer". Okay for trunk?
Sebastian
------- Comment #7 from spop at gcc dot gnu dot org 2007-07-05 17:53 -------
Created an attachment (id=13852)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13852&action=view)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32622