Makefile.in (check-c++): New rule.
2001-02-19 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (check-c++): New rule. From-SVN: r39915
This commit is contained in:
parent
f8eb41cc0d
commit
3d55d2f8dc
@ -1,5 +1,7 @@
|
|||||||
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.
|
||||||
|
12
Makefile.in
12
Makefile.in
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user