Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).

* Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
        (MYCFLAGS): Include $(CFLAGS).

From-SVN: r30948
This commit is contained in:
Jason Merrill 1999-12-15 09:13:57 +00:00 committed by Jason Merrill
parent 3eea0202cd
commit 03c3ba3937
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1999-12-15 Jason Merrill <jason@casey.cygnus.com>
* Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
(MYCFLAGS): Include $(CFLAGS).
1999-12-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* std/bastring.h (basic_string::basic_string): Rename parameters

View File

@ -367,8 +367,8 @@ install:
.PHONY: force
force:
MYCXXFLAGS = -g -O2 -Wpointer-arith -Wnested-externs -Woverloaded-virtual -Wbad-function-cast -Winline -Wwrite-strings -pedantic -Wno-long-long
MYCFLAGS = -g -O2 -Wpointer-arith -Wnested-externs
MYCXXFLAGS = $(CXXFLAGS) -g -O2 -Wpointer-arith -Wnested-externs -Woverloaded-virtual -Wbad-function-cast -Winline -Wwrite-strings -pedantic -Wno-long-long
MYCFLAGS = $(CFLAGS) -g -O2 -Wpointer-arith -Wnested-externs
.PHONY: stuff
stuff: