aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2023-09-12 09:11:48 -0700
committerIan Lance Taylor <iant@golang.org>2023-09-12 13:19:42 -0700
commit08dfde5a30ca818715e6d2bc2f2b592f8a98af77 (patch)
treee8b0bae224682fd071d9953ee38d457aafb8c74e /gcc/go
parentf73d2d61a5926f42e9e5d771d23868787ef9d800 (diff)
downloadgcc-08dfde5a30ca818715e6d2bc2f2b592f8a98af77.zip
gcc-08dfde5a30ca818715e6d2bc2f2b592f8a98af77.tar.gz
gcc-08dfde5a30ca818715e6d2bc2f2b592f8a98af77.tar.bz2
libgo: fix DejaGNU testsuite compiler when using build sysroot
Patch from Thomas Schwinge. PR testsuite/109951 * configure.ac: 'AC_SUBST(SYSROOT_CFLAGS_FOR_TARGET)'. * Makefile.in: Regenerate. * configure: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/lib/libgo.exp (libgo_init): If '--with-build-sysroot=[...]' was specified, use it for build-tree testing. * testsuite/libgo-test-support.exp.in (GOC_UNDER_TEST): Don't set. (SYSROOT_CFLAGS_FOR_TARGET): Set. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/527755
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 30710e8..d24054e 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-53cdfab53ce79d8dfc1df01a696d4ffc43f17c3d
+967a215d6419c3db58f8f59a0c252c458abce395
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.