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: 10 Jun 2003 05:01:48 -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@gcc.gnu.org 2003-06-10 05:01 -------
This may not be as easy as it looks.gcc -v reports the arguments to (top level) 'configure', which are at least all in one place.The information here is scattered through an unfortunate number of different Make macros. It's non-trivial to catch the arguments to 'make', so we have to decide which of the various macros we want to catch the contents of. :-(