/usr/src/gcc-4.7/debian/patches/boehm-gc-nocheck.diff is in gcc-4.7-source 4.7.3-12ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # DP: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa.
---
boehm-gc/Makefile.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--- a/src/boehm-gc/Makefile.in
+++ b/src/boehm-gc/Makefile.in
@@ -684,7 +684,8 @@ check-TESTS: $(TESTS)
test "$$failed" -eq 0; \
else :; fi
check-am: $(check_PROGRAMS)
- $(MAKE) $(AM_MAKEFLAGS) check-TESTS
+ : # $(MAKE) $(AM_MAKEFLAGS) check-TESTS
+ @echo target $@ disabled for Debian build.
check: check-recursive
all-am: Makefile $(LTLIBRARIES) all-multi
installdirs: installdirs-recursive
|