This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/8677] "gcc -v" should report options used for bootstrap
- From: "neroden 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 2003 21:32:38 -0000
- Subject: [Bug bootstrap/8677] "gcc -v" should report options used for bootstrap
- References: <20021122072603.8677.nirkko@dkf6.unibe.ch>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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).