Commit 3d55d2f8 by Benjamin Kosnik Committed by Benjamin Kosnik

Makefile.in (check-c++): New rule.


2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>

        * Makefile.in (check-c++): New rule.

From-SVN: r39915
parent f8eb41cc
2001-02-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com> 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
* Makefile.in (check-c++): New rule.
* configure.in (target_libs): Remove libg++. * configure.in (target_libs): Remove libg++.
(noconfigdirs): Remove libg++. (noconfigdirs): Remove libg++.
(noconfigdirs): Same. (noconfigdirs): Same.
......
...@@ -1498,6 +1498,18 @@ check-gcc: ...@@ -1498,6 +1498,18 @@ check-gcc:
true; \ true; \
fi fi
.PHONY: check-c++
check-c++:
@if [ -f ./gcc/Makefile ] ; then \
r=`pwd`; export r; \
s=`cd $(srcdir); pwd`; export s; \
$(SET_LIB_PATH) \
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
$(MAKE) check-target-libstdc++-v3 \
else \
true; \
fi
.PHONY: install-gcc .PHONY: install-gcc
install-gcc: install-gcc:
@if [ -f ./gcc/Makefile ] ; then \ @if [ -f ./gcc/Makefile ] ; then \
......
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