diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-11-13 13:39:36 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-11-13 13:39:36 +0000 |
commit | cc1e60ea6a4e0c9b4b6c6e8283e2e2298830fd5c (patch) | |
tree | 4de78c5fbd017387a57f042285b8db8deb8e326f /gcc/gccbug.in | |
parent | 373577962c7c6324ce0aa967088a736568a48e0c (diff) | |
download | gcc-cc1e60ea6a4e0c9b4b6c6e8283e2e2298830fd5c.zip gcc-cc1e60ea6a4e0c9b4b6c6e8283e2e2298830fd5c.tar.gz gcc-cc1e60ea6a4e0c9b4b6c6e8283e2e2298830fd5c.tar.bz2 |
configure: Provide the original toplevel configure arguments (including $0) to...
* configure: Provide the original toplevel configure arguments
(including $0) to subprocesses in the environment rather than
through gcc/configargs.h.
gcc:
* configure.in: Take toplevel configure arguments from the
environment to create configargs.h and substitute
gcc_config_arguments, taking account of any existing configargs.h
if reconfiguring.
* configure: Regenerate.
* gccbug.in: Include toplevel configure arguments in gccbug.
From-SVN: r37423
Diffstat (limited to 'gcc/gccbug.in')
-rwxr-xr-x | gcc/gccbug.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gccbug.in b/gcc/gccbug.in index 6739e78..b823f4e 100755 --- a/gcc/gccbug.in +++ b/gcc/gccbug.in @@ -322,6 +322,7 @@ SEND-PR: support I need help with gcc. host: @host@ build: @build@ target: @target@ +configured with: @gcc_config_arguments@ >Description: $DESCRIPTION_C >How-To-Repeat: |