~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/d6/d6ee210222a880062010e54248ed3c570cf519cd.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa.
 
2
 
 
3
---
 
4
 boehm-gc/Makefile.in |    3 ++-
 
5
 1 files changed, 2 insertions(+), 1 deletions(-)
 
6
 
 
7
--- a/src/boehm-gc/Makefile.in
 
8
+++ b/src/boehm-gc/Makefile.in
 
9
@@ -684,7 +684,8 @@ check-TESTS: $(TESTS)
 
10
          test "$$failed" -eq 0; \
 
11
        else :; fi
 
12
 check-am: $(check_PROGRAMS)
 
13
-       $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
14
+       : # $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
15
+       @echo target $@ disabled for Debian build.
 
16
 check: check-recursive
 
17
 all-am: Makefile $(LTLIBRARIES) all-multi
 
18
 installdirs: installdirs-recursive