diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-12-12 11:09:44 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-12-12 11:09:44 +0000 |
commit | 54167372ebb96aa5d32aa2a86a321a8e335b8006 (patch) | |
tree | 7843557d4511c74cdb3154e722c34ce961bf6266 /debian/patches/libgo-testsuite.diff | |
parent | 7a19874b8cc4a394ca1bb47537429c2f477c4ad2 (diff) | |
download | gcc-48-54167372ebb96aa5d32aa2a86a321a8e335b8006.tar.gz |
- Refresh patches
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@7060 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/patches/libgo-testsuite.diff')
-rw-r--r-- | debian/patches/libgo-testsuite.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/libgo-testsuite.diff b/debian/patches/libgo-testsuite.diff index c2a9156..b98d07a 100644 --- a/debian/patches/libgo-testsuite.diff +++ b/debian/patches/libgo-testsuite.diff @@ -4,7 +4,7 @@ Index: b/src/libgo/Makefile.am =================================================================== --- a/src/libgo/Makefile.am +++ b/src/libgo/Makefile.am -@@ -2024,6 +2024,12 @@ +@@ -1958,6 +1958,12 @@ export LD_LIBRARY_PATH; \ $(MKDIR_P) $(@D); \ rm -f $@-testsum $@-testlog; \ @@ -17,7 +17,7 @@ Index: b/src/libgo/Makefile.am if test "$(USE_DEJAGNU)" = "yes"; then \ $(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" --goarch="$(GOARCH)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files); \ else \ -@@ -2037,6 +2043,7 @@ +@@ -1971,6 +1977,7 @@ echo "FAIL: $(@D)" > $@-testsum; \ exit 1; \ fi; \ @@ -29,7 +29,7 @@ Index: b/src/libgo/Makefile.in =================================================================== --- a/src/libgo/Makefile.in +++ b/src/libgo/Makefile.in -@@ -2131,6 +2131,12 @@ +@@ -2039,6 +2039,12 @@ export LD_LIBRARY_PATH; \ $(MKDIR_P) $(@D); \ rm -f $@-testsum $@-testlog; \ @@ -42,7 +42,7 @@ Index: b/src/libgo/Makefile.in if test "$(USE_DEJAGNU)" = "yes"; then \ $(SHELL) $(srcdir)/testsuite/gotest --dejagnu=yes --basedir=$(srcdir) --srcdir=$(srcdir)/go/$(@D) --pkgpath="$(@D)" --pkgfiles="$(go_$(subst /,_,$(@D))_files)" --testname="$(@D)" --goarch="$(GOARCH)" $(GOTESTFLAGS) $(go_$(subst /,_,$(@D))_test_files); \ else \ -@@ -2144,6 +2150,7 @@ +@@ -2052,6 +2058,7 @@ echo "FAIL: $(@D)" > $@-testsum; \ exit 1; \ fi; \ |