[Bug other/53891] CFLAGS set in configure don't propagate
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Jul 8 03:06:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53891
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-07-08 03:05:56 UTC ---
If you want a debuggable GCC there is a better way than using CFLAGS and
BOOT_CFLAGS and without using --disable-bootstrap. Do the following:
configure for a normal build
make all-gcc
cd gcc
make clean
make all
More information about the Gcc-bugs
mailing list