[Bug bootstrap/8677] "gcc -v" should report options used for bootstrap

neroden at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jul 5 21:32:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From neroden at gcc dot gnu dot org  2003-07-05 21:32 -------
That's a start.  Putting that in the build rule for gcc.c does evil things to the dependency system in the Makefile though... and doesn't actually 
guarantee that those are the same ALL_CFLAGS used for the other C files.

I'm hoping to get bootstrap moved out to the top level soon, which should eliminate the recursiveness of gcc/Makefile and make this problem 
significantly easier to deal with (since there will be only one invocation of 'make', we can trust the flags present while it's running, is the 
idea).



More information about the Gcc-bugs mailing list