~angelsl/ubuntu/wily/gcc-5/mips-cross

« back to all changes in this revision

Viewing changes to debian/patches/libstdc++-no-testsuite.diff

  • Committer: angelsl
  • Date: 2015-10-30 03:30:35 UTC
  • Revision ID: angelsl-20151030033035-rmug41zm8hyjgisg
Original import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: Don't run the libstdc++ testsuite on arm, hppa and mipsel (timeouts on the buildds)
 
2
 
 
3
--- a/src/libstdc++-v3/testsuite/Makefile.in
 
4
+++ b/src/libstdc++-v3/testsuite/Makefile.in
 
5
@@ -567,6 +567,7 @@
 
6
 
 
7
 # Run the testsuite in normal mode.
 
8
 check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp
 
9
+       case "$(target)" in arm*|hppa*|mipsel*) exit 0;; esac; \
 
10
        $(if $*,@)AR="$(AR)"; export AR; \
 
11
        RANLIB="$(RANLIB)"; export RANLIB; \
 
12
        if [ -z "$*" ] && [ "$(filter -j, $(MFLAGS))" = "-j" ]; then \