summaryrefslogtreecommitdiffstats
path: root/libiberty/configure.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-05 14:28:59 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-05 14:28:59 +0000
commit715f424c3bfa12300b7e320549c18b8d700d81b6 (patch)
tree71e92a4eeb8ae0617771fb4d01e8792b0ab72869 /libiberty/configure.in
parent0381e6c0df88adb31cf48cb258b7b0e12cc3edd1 (diff)
downloadppe42-gcc-715f424c3bfa12300b7e320549c18b8d700d81b6.tar.gz
ppe42-gcc-715f424c3bfa12300b7e320549c18b8d700d81b6.zip
* testsuite/regress-demangle: New file.
* testsuite/demangle-expected: New file. * Makefile.in (all, check, installcheck, info, install-info, clean-info, dvi, install, etags, tags, mostlyclean, clean, distclean, maintainer-clean, realclean): Depend on corresponding `-subdir' target. (all-subdir check-subdir installcheck-subdir info-subdir install-info-subdir clean-info-subdir dvi-subdir install-info-subdir etags-subdir mostlyclean-subdir clean-subdir distclean-subdir maintainer-clean-subdir): New target. * testsuite/Makefile.in: New file. * configure: Rebuilt. * configure.in: Create testsuite/Makefile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26205 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r--libiberty/configure.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in
index f02f03561e5..9a496720050 100644
--- a/libiberty/configure.in
+++ b/libiberty/configure.in
@@ -176,6 +176,7 @@ fi
# if the host does not provide alloca, we set ALLOCA to alloca.o
setobjs=
+CHECK=
if test -n "${with_target_subdir}"; then
# We are being configured as a target library. AC_REPLACE_FUNCS
@@ -210,8 +211,16 @@ if test -n "${with_target_subdir}"; then
setobjs=yes
fi
+
+else
+
+ # Not a target library, so we set things up to run the test suite.
+ CHECK=check-cplus-dem
+
fi
+AC_SUBST(CHECK)
+
if test -z "${setobjs}"; then
case "${host}" in
@@ -321,7 +330,7 @@ fi
AC_SUBST(INSTALL_DEST)
# We need multilib support, but only if configuring for the target.
-AC_OUTPUT(Makefile,
+AC_OUTPUT(Makefile testsuite/Makefile,
[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "$CONFIG_FILES"; then
if test -n "${with_target_subdir}"; then
OpenPOWER on IntegriCloud