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 /libgo/configure | |
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
Diffstat (limited to 'libgo/configure')
-rwxr-xr-x | libgo/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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-*-*) |