This patch fixes a typo in libgo/configure.ac (PCQUANTUm ->
PCQUANTUM).  Bootstrapped on x86_64-pc-linux-gnu.  Committed to
mainline.

Ian
Index: gcc/go/gofrontend/MERGE
===================================================================
--- gcc/go/gofrontend/MERGE     (revision 240083)
+++ gcc/go/gofrontend/MERGE     (working copy)
@@ -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: libgo/configure.ac
===================================================================
--- libgo/configure.ac  (revision 240083)
+++ libgo/configure.ac  (working copy)
@@ -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-*-*)

Reply via email to