~ubuntu-branches/ubuntu/raring/gcc-4.7/raring

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-17 23:19:46 UTC
  • Revision ID: package-import@ubuntu.com-20111217231946-n668coanjbjgqxq7
Tags: 4.7-20111217-1
* GCC-4.7 snapshot build.
  - Including the GFDL documentation; will stay in experimental
    until the 4.7.0 release sometime next year.
* Update patches for the trunk.
* Update symbols files.
* Build libitm packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## DP: Don't run the libstdc++ testsuite on arm and ia64 (timeouts on the buildds)
 
2
# DP: Don't run the libstdc++ testsuite on hppa and mipsel (timeouts on the buildds)
 
3
 
 
4
--- a/src/libstdc++-v3/testsuite/Makefile.in~   2010-02-23 02:43:51.522335339 +0100
 
5
+++ b/src/libstdc++-v3/testsuite/Makefile.in    2010-02-23 08:34:41.691086441 +0100
 
6
@@ -560,6 +560,7 @@
 
7
 
 
8
 # Run the testsuite in normal mode.
 
9
 check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp
 
10
+       case "$(target)" in arm*|hppa*|mipsel*) exit 0;; esac; \
 
11
        AR="$(AR)"; export AR; \
 
12
        RANLIB="$(RANLIB)"; export RANLIB; \
 
13
        if [ -z "$*$(filter-out --target_board=%, $(RUNTESTFLAGS))" ] \