~ubuntu-branches/ubuntu/saucy/gcc-4.7/saucy-proposed

« 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: 2013-04-22 11:55:05 UTC
  • mfrom: (15.2.16 experimental)
  • Revision ID: package-import@ubuntu.com-20130422115505-10c2vs3iembuyc1z
Tags: 4.7.3-2ubuntu4
Add build dependency on libsfgcc1 [armhf], needed for dependency
information of libsfstdc++6-4.7-dbg when libsfgcc1 is built from
newer sources.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
 # Run the testsuite in normal mode.
9
9
 check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp
10
 
+       case "$(target)" in arm*|hppa*|mipsel*) exit 0;; esac; \
 
10
+       case "$(target)" in arm*|hppa*|ia64*|mipsel*) exit 0;; esac; \
11
11
        AR="$(AR)"; export AR; \
12
12
        RANLIB="$(RANLIB)"; export RANLIB; \
13
13
        if [ -z "$*$(filter-out --target_board=%, $(RUNTESTFLAGS))" ] \