aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@gcc.gnu.org>2009-12-14 08:58:06 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2009-12-14 08:58:06 +0000
commite11ddaf56e62243e381e6c1db50fb53aee23d7e2 (patch)
treeb9830288d3feaecb3cfe960d0d30da55e118bcca /gcc/gcc.c
parentb6eb7438616d087fb7f65984e030399cde77ca70 (diff)
downloadgcc-e11ddaf56e62243e381e6c1db50fb53aee23d7e2.zip
gcc-e11ddaf56e62243e381e6c1db50fb53aee23d7e2.tar.gz
gcc-e11ddaf56e62243e381e6c1db50fb53aee23d7e2.tar.bz2
configure.ac (--with-specs): New option.
* configure.ac (--with-specs): New option. * configure: Regenerated. * gcc.c (driver_self_specs): Include CONFIGURE_SPECS. * Makefile.in (DRIVER_DEFINES): Add -DCONFIGURE_SPECS. From-SVN: r155208
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 543cb5a..ad69de7 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