diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-09-14 20:52:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-09-14 20:52:51 +0000 |
commit | f6c7d678f880b246e733b3aedec5f1220eb8afb4 (patch) | |
tree | 2c68feb41c835f114f61799422ea70d7928a2f93 | |
parent | 38e9658c11e9abf9fa649b0fce55ab9e4e67b10c (diff) | |
download | gcc-f6c7d678f880b246e733b3aedec5f1220eb8afb4.zip gcc-f6c7d678f880b246e733b3aedec5f1220eb8afb4.tar.gz gcc-f6c7d678f880b246e733b3aedec5f1220eb8afb4.tar.bz2 |
libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)
Reviewed-on: https://go-review.googlesource.com/29154
From-SVN: r240146
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 | ||||
-rwxr-xr-x | libgo/configure | 2 | ||||
-rw-r--r-- | libgo/configure.ac | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 65badea..987aef7 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -841bea960b1f097e2cff5ad2618800296dcd4ec2 +b34c93bf00ec4f2ad043ec89ff96989e0d1b26aa 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 d3f64d2..137e7a6 100755 --- a/libgo/configure +++ b/libgo/configure @@ -13640,7 +13640,7 @@ case ${host} in GOARCH_FAMILY=ARM64 GOARCH_CACHELINESIZE=32 GOARCH_PHYSPAGESIZE=65536 - GOARCH_PCQUANTUm=4 + GOARCH_PCQUANTUM=4 GOARCH_MINFRAMESIZE=8 ;; arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*) diff --git a/libgo/configure.ac b/libgo/configure.ac index f338545..2224f40 100644 --- a/libgo/configure.ac +++ b/libgo/configure.ac @@ -222,7 +222,7 @@ case ${host} in GOARCH_FAMILY=ARM64 GOARCH_CACHELINESIZE=32 GOARCH_PHYSPAGESIZE=65536 - GOARCH_PCQUANTUm=4 + GOARCH_PCQUANTUM=4 GOARCH_MINFRAMESIZE=8 ;; arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*) |