summaryrefslogtreecommitdiff
path: root/libstdc++/Makefile.in
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-15 09:13:57 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-15 09:13:57 +0000
commit4bd0b8f056baa92bca969872d2a8bd1657355dea (patch)
tree420a5f18a682467ceb879c912ab27f673aa14875 /libstdc++/Makefile.in
parent7efbf1272ca8be08855698c50953ea3189ba90a3 (diff)
downloadgcc-4bd0b8f056baa92bca969872d2a8bd1657355dea.tar.gz
* Makefile.in (MYCXXFLAGS): Include $(CXXFLAGS).
(MYCFLAGS): Include $(CFLAGS). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++/Makefile.in')
-rw-r--r--libstdc++/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in
index 4668344ca05..1b5c85a6fb6 100644
--- a/libstdc++/Makefile.in
+++ b/libstdc++/Makefile.in
@@ -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: