From: Ian Lance Taylor Date: Thu, 30 Nov 2023 19:59:15 +0000 (-0800) Subject: libgo: update configure.ac to upstream GCC X-Git-Tag: basepoints/gcc-15~4116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81e84e02be2f9d6d87c41a512539214cb1a8bdc;p=thirdparty%2Fgcc.git libgo: update configure.ac to upstream GCC The libgo/configure.ac file in upstream GCC was changed in https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=6a6d3817afa02bbcd2388c8e005da6faf88932f1 This adds an automake conditional that is not used, but will be used in the future when and if libgo is ported to Darwin. This CL makes the corresponding change in this repo. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/546435 --- diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index aff74bd74dc2..5e8677b27f5b 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -e997b0201512110e9c20b1fdfd40014830031047 +f5d708fd905d3f91d848a0ea25c77119f8af0c36 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. diff --git a/libgo/configure b/libgo/configure index db89eae2a4f3..db371bc76f10 100755 --- a/libgo/configure +++ b/libgo/configure @@ -14409,6 +14409,7 @@ esac test -z "$HWCAP_CFLAGS" && HWCAP_CFLAGS='' + # Restrict the test to Solaris, other assemblers (e.g. AIX as) have -nH # with a different meaning. case ${target_os} in