summaryrefslogtreecommitdiff
path: root/debian/patches/libstdc++-no-testsuite.diff
blob: 354efdd24a60fe778d2b7eac2d0a62f59d33a93d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# DP: Don't run the libstdc++ testsuite on arm* and hppa (timeouts on the buildds)

--- a/src/libstdc++-v3/testsuite/Makefile.in~	2010-02-23 02:43:51.522335339 +0100
+++ b/src/libstdc++-v3/testsuite/Makefile.in	2010-02-23 08:34:41.691086441 +0100
@@ -560,6 +560,7 @@
 
 # Run the testsuite in normal mode.
 check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp
+	case "$(target)" in arm*|hppa*) exit 0;; esac; \
 	AR="$(AR)"; export AR; \
 	RANLIB="$(RANLIB)"; export RANLIB; \
 	if [ -z "$*$(filter-out --target_board=%, $(RUNTESTFLAGS))" ] \