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 bootstrap/8677] "gcc -v" should report options used for bootstrap


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).


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