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@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. :-(


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