mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 18:19:57 +08:00
* cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.
From-SVN: r37299
This commit is contained in:
parent
c7e05afb62
commit
e3cc358167
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* c-common.c (combine_strings): Only warn about long strings for C.
|
||||
|
@ -38,11 +38,12 @@ Boston, MA 02111-1307, USA. */
|
||||
%{!E:%{!M:%{!MM:\
|
||||
%{save-temps:cpp0 -lang-c++ %{ansi:-trigraphs -$ -D__STRICT_ANSI__}\
|
||||
%(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}\
|
||||
%{fnew-abi:-D__GXX_ABI_VERSION=100}\
|
||||
%{ansi:-trigraphs -$ -D__STRICT_ANSI__}\
|
||||
%(cpp_options) %(cc1_options) %{+e*}\
|
||||
%(cc1_options) %{+e*}\
|
||||
%{!fsyntax-only:%(invoke_as)}}}}"
|
||||
#else /* ! USE_CPPLIB */
|
||||
"cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\
|
||||
|
Loading…
Reference in New Issue
Block a user