Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
* Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS). (MYCFLAGS): Include $(CFLAGS). From-SVN: r30948
This commit is contained in:
parent
3eea0202cd
commit
03c3ba3937
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user