summaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-07 15:57:14 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-07 15:57:14 +0000
commit03eba443291fcc522c1f686197a7b1b0244e03f2 (patch)
tree8a46742164f0c143054d45d4b839a55700a5f572 /libstdc++
parent4ee588cca5de310347ca711cc0c27aa78ee29b81 (diff)
downloadgcc-03eba443291fcc522c1f686197a7b1b0244e03f2.tar.gz
* Makefile.in (stuff2): Tweak.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/ChangeLog4
-rw-r--r--libstdc++/Makefile.in8
2 files changed, 8 insertions, 4 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog
index 5eccc0c3b8f..9469c441e00 100644
--- a/libstdc++/ChangeLog
+++ b/libstdc++/ChangeLog
@@ -1,3 +1,7 @@
+1999-02-07 Jason Merrill <jason@yorick.cygnus.com>
+
+ * Makefile.in (stuff2): Tweak.
+
1999-02-04 Ulrich Drepper <drepper@cygnus.com>
* configure.in: Recognize --enable-threads=posix for all
diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in
index bb192023407..903b38ed1b9 100644
--- a/libstdc++/Makefile.in
+++ b/libstdc++/Makefile.in
@@ -360,8 +360,7 @@ install:
.PHONY: force
force:
-# Remove these for public releases.
-MYCXXFLAGS = -g -O2 -Wpointer-arith -Wnested-externs -Woverloaded-virtual -Wbad-function-cast -Winline -Wwrite-strings
+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
.PHONY: stuff
@@ -375,7 +374,8 @@ stuff1:
touch ../../gcc/libgcc2.ready
stuff2:
- -$(MAKE) -C ../../gcc/ libgcc.a
- -$(MAKE) check CXXFLAGS="$(MYCXXFLAGS)" CFLAGS="$(MYCFLAGS)"
+ $(MAKE) -C ../../gcc/ libgcc.a
+ $(MAKE) CXXFLAGS="$(MYCXXFLAGS)" CFLAGS="$(MYCFLAGS)"
+ -$(MAKE) check
-$(MAKE) -C ../libio check
-$(MAKE) -C ../../gcc check-g++