Commit e3cc3581 by Neil Booth Committed by Neil Booth

* cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.

From-SVN: r37299
parent c7e05afb
2000-11-07 Neil Booth <neilb@earthling.net>
* cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.
2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* c-common.c (combine_strings): Only warn about long strings for C. * c-common.c (combine_strings): Only warn about long strings for C.
......
...@@ -38,11 +38,12 @@ Boston, MA 02111-1307, USA. */ ...@@ -38,11 +38,12 @@ Boston, MA 02111-1307, USA. */
%{!E:%{!M:%{!MM:\ %{!E:%{!M:%{!MM:\
%{save-temps:cpp0 -lang-c++ %{ansi:-trigraphs -$ -D__STRICT_ANSI__}\ %{save-temps:cpp0 -lang-c++ %{ansi:-trigraphs -$ -D__STRICT_ANSI__}\
%(cpp_options) %b.ii \n}\ %(cpp_options) %b.ii \n}\
cc1plus %{save-temps: -fpreprocessed %b.ii} -lang-c++\ cc1plus %{save-temps:-fpreprocessed %b.ii}\
%{!save-temps:%(cpp_options)} -lang-c++\
%{!no-gcc:-D__GNUG__=%v1}\ %{!no-gcc:-D__GNUG__=%v1}\
%{fnew-abi:-D__GXX_ABI_VERSION=100}\ %{fnew-abi:-D__GXX_ABI_VERSION=100}\
%{ansi:-trigraphs -$ -D__STRICT_ANSI__}\ %{ansi:-trigraphs -$ -D__STRICT_ANSI__}\
%(cpp_options) %(cc1_options) %{+e*}\ %(cc1_options) %{+e*}\
%{!fsyntax-only:%(invoke_as)}}}}" %{!fsyntax-only:%(invoke_as)}}}}"
#else /* ! USE_CPPLIB */ #else /* ! USE_CPPLIB */
"cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\ "cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment