From 08dfde5a30ca818715e6d2bc2f2b592f8a98af77 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 12 Sep 2023 09:11:48 -0700 Subject: 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 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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. -- cgit v1.1