diff options
author | Ian Lance Taylor <iant@golang.org> | 2021-05-18 18:09:27 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-05-18 19:57:54 -0700 |
commit | c922c6539e63a775ee29751320d678f0a0a33d07 (patch) | |
tree | d82cf79f3cb0adf581d6ee3559a43e59a24ecc8f | |
parent | 28ec1174f9c959a4a1d5be88182e7377801a05d2 (diff) | |
download | gcc-c922c6539e63a775ee29751320d678f0a0a33d07.zip gcc-c922c6539e63a775ee29751320d678f0a0a33d07.tar.gz gcc-c922c6539e63a775ee29751320d678f0a0a33d07.tar.bz2 |
libgo: update configure to current sources
Change-Id: I12766baf02bfdf2233f1c5bde1a270f06b020aa7
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/321076
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 | ||||
-rwxr-xr-x | libgo/configure | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index efb7a77..373b58c 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -9782e85bef1c16c72a4980856d921cea104b129c +38228e7a91d37588463307ec60420c8f17f1aee4 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 70f64c9..915eeaf 100755 --- a/libgo/configure +++ b/libgo/configure @@ -11544,7 +11544,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11557 "configure" +#line 11547 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11650,7 +11650,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11663 "configure" +#line 11653 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |