Commit ad902c98 by Jason Merrill Committed by Jason Merrill

* Makefile.in (stuff2): Tweak.

From-SVN: r25073
parent 700466c2
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
......
......@@ -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++
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