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 target/32622] BOOT_CFLAGS is not passed to stage2 and stage3 compile



------- Comment #5 from spop at gcc dot gnu dot org  2007-07-04 13:42 -------
Subject: Re:  BOOT_CFLAGS is not passed to stage2 and stage3 compile

> Actually this is caused by config/mh-x86omitfp.  If you disable BOOT_CFLAGS in
> that file, it will just work.

Right, that's also what I saw, and the fix that I'm testing now is to
replace that line
from mh-x86omitfp by
BOOT_CFLAGS += -fomit-frame-pointer


-- 


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


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