public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* libgo patch committed: Fix typo in libgo/configure.ac
@ 2016-09-14 21:42 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2016-09-14 21:42 UTC (permalink / raw)
  To: gcc-patches, gofrontend-dev

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

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

Ian

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 839 bytes --]

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-*-*)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-14 20:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-14 21:42 libgo patch committed: Fix typo in libgo/configure.ac Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).