Commit 03c3ba39 by Jason Merrill Committed by Jason Merrill

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

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

From-SVN: r30948
parent 3eea0202
1999-12-15 Jason Merrill <jason@casey.cygnus.com>
* Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
(MYCFLAGS): Include $(CFLAGS).
1999-12-14 Martin v. Lwis <loewis@informatik.hu-berlin.de> 1999-12-14 Martin v. Lwis <loewis@informatik.hu-berlin.de>
* std/bastring.h (basic_string::basic_string): Rename parameters * std/bastring.h (basic_string::basic_string): Rename parameters
......
...@@ -367,8 +367,8 @@ install: ...@@ -367,8 +367,8 @@ install:
.PHONY: force .PHONY: force
force: force:
MYCXXFLAGS = -g -O2 -Wpointer-arith -Wnested-externs -Woverloaded-virtual -Wbad-function-cast -Winline -Wwrite-strings -pedantic -Wno-long-long MYCXXFLAGS = $(CXXFLAGS) -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 MYCFLAGS = $(CFLAGS) -g -O2 -Wpointer-arith -Wnested-externs
.PHONY: stuff .PHONY: stuff
stuff: stuff:
......
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