Don't assume the C++ compiler takes the same arguments as the C compiler.

This commit is contained in:
Paul Eggert
2004-05-30 18:58:00 +00:00
parent 0797198341
commit 8ed3234a14
3 changed files with 10 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ CXX='@CXX@'
BISON_CXX_WORKS='@BISON_CXX_WORKS@'
# We want no optimization with C++, too.
CXXFLAGS='@O0CFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@'
CXXFLAGS='@O0CXXFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@'
# Are special link options needed?
LDFLAGS='@LDFLAGS@'