aboutsummaryrefslogtreecommitdiff
path: root/contrib/regression
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-06-06 05:57:03 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2005-06-06 05:57:03 +0000
commite7700967a14bb1c875e84da7581a6b23e82a93e0 (patch)
tree48d763d90b7850e30858a6ec6834a6cec06fdd6d /contrib/regression
parentaddd6f64014e0903701c140f73b7e4d5e91cd286 (diff)
* btest-gcc.sh (TESTLOGS): Make libstdc++.sum optional.
From-SVN: r100648
Diffstat (limited to 'contrib/regression')
-rw-r--r--contrib/regression/ChangeLog4
-rwxr-xr-xcontrib/regression/btest-gcc.sh8
2 files changed, 9 insertions, 3 deletions
diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog
index 23e1e287fd2..cb5c802af70 100644
--- a/contrib/regression/ChangeLog
+++ b/contrib/regression/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-06 Hans-Peter Nilsson <hp@axis.com>
+
+ * btest-gcc.sh (TESTLOGS): Make libstdc++.sum optional.
+
2004-11-07 James A. Morrison <phython@gcc.gnu.org>
* README: Update website URL.
diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh
index 6311a6c1dff..512609b8633 100755
--- a/contrib/regression/btest-gcc.sh
+++ b/contrib/regression/btest-gcc.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test GCC.
-# Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -98,8 +98,7 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1`
# look at.
TESTLOGS="gcc/testsuite/gcc.sum
gcc/testsuite/g++.sum
-gcc/testsuite/objc.sum
-$H_TARGET/libstdc++-v3/testsuite/libstdc++.sum"
+gcc/testsuite/objc.sum"
# Build.
echo build > $RESULT
@@ -122,6 +121,9 @@ make -k check-gcc
# Test libstd++-v3
make check-target-libstdc++-v3
+if [ -f $BUILD/$H_TARGET/libstdc++-v3/testsuite/libstdc++.sum ] ; then
+ TESTLOGS="$TESTLOGS $H_TARGET/libstdc++-v3/testsuite/libstdc++.sum"
+fi
# Test libffi
make check-target-libffi