libgo: fix typo in configure.ac (PCQUANTUm -> PCQUANTUM)
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 14 Sep 2016 20:52:51 +0000 (20:52 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 14 Sep 2016 20:52:51 +0000 (20:52 +0000)
    Reviewed-on: https://go-review.googlesource.com/29154

From-SVN: r240146

gcc/go/gofrontend/MERGE
libgo/configure
libgo/configure.ac

index 65badea861dc9cb61b9f90069c28058b893db6be..987aef7a6ef0ffc5dbfb9eea0029d7c45d8d78d8 100644 (file)
@@ -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.
index d3f64d2df53b4ab0d9fd8bdb15b13a92f6fba706..137e7a66c863dd871b222af8177ed5139b498f6d 100755 (executable)
@@ -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-*-*)
index f33854503e3f34cae98f9a2e2a4e67ed38727736..2224f40c3caa138ea8485a3e8ca67950b8cf6da6 100644 (file)
@@ -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-*-*)