diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-27 00:14:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-27 00:14:02 +0000 |
commit | 8b9cfd766d1de5e8b0409e4a475730c9a79da5ea (patch) | |
tree | 0bb1a5d4fd97da26567e4edcb58143ee57d6fce2 /gcc | |
parent | 8b33101442a91db2a9c083e6844177ccbb2d3d0b (diff) | |
download | gcc-8b9cfd766d1de5e8b0409e4a475730c9a79da5ea.zip gcc-8b9cfd766d1de5e8b0409e4a475730c9a79da5ea.tar.gz gcc-8b9cfd766d1de5e8b0409e4a475730c9a79da5ea.tar.bz2 |
re PR go/90635 (typo in libgo/configure.ac)
PR go/90635
libgo: correct typo in USE_LIBFFI AM_CONDITIONAL
Only affects the case of passing --without-libffi to configure.
Fixes https://gcc.gnu.org/PR90635
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/178998
From-SVN: r271640
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 7f66894..ba95507 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -578c4fb6132801db8e9d11d741d2394e07c5a398 +3995d545f1e112c682753f342eaef0877551a649 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |