diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-14 08:58:06 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-12-14 08:58:06 +0000 |
commit | a24a71cc6496db1e245b9cb55cbe7f5d8d2fe2e3 (patch) | |
tree | b9830288d3feaecb3cfe960d0d30da55e118bcca /gcc/gcc.c | |
parent | dc87a0dc403a2b913fde36b8a524de879e3ac6fd (diff) | |
download | gcc-a24a71cc6496db1e245b9cb55cbe7f5d8d2fe2e3.tar.gz |
* configure.ac (--with-specs): New option.
* configure: Regenerated.
* gcc.c (driver_self_specs): Include CONFIGURE_SPECS.
* Makefile.in (DRIVER_DEFINES): Add -DCONFIGURE_SPECS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155208 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 543cb5a74b3..ad69de7bd22 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -955,7 +955,7 @@ static const char *const multilib_defaults_raw[] = MULTILIB_DEFAULTS; static const char *const driver_self_specs[] = { "%{fdump-final-insns:-fdump-final-insns=.} %<fdump-final-insns", - DRIVER_SELF_SPECS, GOMP_SELF_SPECS + DRIVER_SELF_SPECS, CONFIGURE_SPECS, GOMP_SELF_SPECS }; #ifndef OPTION_DEFAULT_SPECS |