diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-07 20:06:36 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-07 20:06:36 +0000 |
commit | cbf55437768b3fec37535a8cd5560e1636769357 (patch) | |
tree | 7bb71bc6479c5ee6bcf2bded09217a56a49f74b8 /gcc/gcc.c | |
parent | b8ebc3227719831408ca51e7577293c651df747a (diff) | |
download | gcc-cbf55437768b3fec37535a8cd5560e1636769357.tar.gz |
PR debug/37033
* gcc.c (cpp_options): Pass along -g*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138850 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 7914e4b6f35..8c0aa820c58 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -819,7 +819,7 @@ static const char *cpp_unique_options = in turn cause preprocessor symbols to be defined specially. */ static const char *cpp_options = "%(cpp_unique_options) %1 %{m*} %{std*&ansi&trigraphs} %{W*&pedantic*} %{w}\ - %{f*} %{g*:%{!g0:%{!fno-working-directory:-fworking-directory}}} %{O*}\ + %{f*} %{g*:%{!g0:%{g*} %{!fno-working-directory:-fworking-directory}}} %{O*}\ %{undef} %{save-temps:-fpch-preprocess}"; /* This contains cpp options which are not passed when the preprocessor |