diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-01 18:10:04 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-01 18:10:04 +0000 |
commit | 30f45429dd9226e2d2f903a5e30478574f87c50b (patch) | |
tree | 50276333f5412c2a9211312cde9174d668604e07 /gcc/gcc.c | |
parent | 3d8ac088ca49900971df035d425fe2ae53a149aa (diff) | |
download | gcc-30f45429dd9226e2d2f903a5e30478574f87c50b.tar.gz |
* gcc.c (cc1_options): Add space on -auxbase-strip.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57694 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 2210e2d2ea6..f14a29cdc39 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -697,7 +697,7 @@ static const char *cpp_debug_options = "%{d*}"; static const char *cc1_options = "%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*}\ - -auxbase%{c|S:%{o*:-strip%*}%{!o*: %b}}%{!c:%{!S: %b}}\ + -auxbase%{c|S:%{o*:-strip %*}%{!o*: %b}}%{!c:%{!S: %b}}\ %{g*} %{O*} %{W*&pedantic*} %{w} %{std*} %{ansi}\ %{v:-version} %{pg:-p} %{p} %{f*} %{undef}\ %{Qn:-fno-ident} %{--help:--help}\ |