diff options
author | Ian Lance Taylor <iant@golang.org> | 2023-11-30 11:59:15 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2023-11-30 13:23:53 -0800 |
commit | e81e84e02be2f9d6d87c41a512539214cb1a8bdc (patch) | |
tree | 689573ee2bdcca57983d5eaf21d493bfbd0a3bae /libgo/configure | |
parent | c6f7253bcc9e792eb045940b36c113969e47e383 (diff) | |
download | gcc-e81e84e02be2f9d6d87c41a512539214cb1a8bdc.zip gcc-e81e84e02be2f9d6d87c41a512539214cb1a8bdc.tar.gz gcc-e81e84e02be2f9d6d87c41a512539214cb1a8bdc.tar.bz2 |
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
Diffstat (limited to 'libgo/configure')
-rwxr-xr-x | libgo/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/configure b/libgo/configure index db89eae..db371bc 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 |