aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-09-30 14:58:29 -0400
committerRuss Cox <rsc@golang.org>2010-09-30 14:58:29 -0400
commit6117652d8d815faf1fc800ea10aeaee8eceaec3f (patch)
tree3f824ee62f7269688545eae0c57a50d5f918fa1e
parent32b31342bd097c34cf216d37c88169d02ffac798 (diff)
downloadgo-6117652d8d815faf1fc800ea10aeaee8eceaec3f.tar.xz
libcgo: fix comment
R=r, r2 CC=golang-dev https://golang.org/cl/2329042
-rwxr-xr-xsrc/libcgo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcgo/Makefile b/src/libcgo/Makefile
index 62f4befaae..0c0f484115 100755
--- a/src/libcgo/Makefile
+++ b/src/libcgo/Makefile
@@ -10,7 +10,7 @@ all clean install:
else ifeq ($(GOARCH),arm)
-# Nothing for NaCl
+# Nothing for ARM - usually cross compiling anyway
all clean install:
@true