From: Russ Cox Date: Thu, 30 Sep 2010 18:58:29 +0000 (-0400) Subject: libcgo: fix comment X-Git-Tag: weekly.2010-10-13~83 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6117652d8d815faf1fc800ea10aeaee8eceaec3f;p=gostls13.git libcgo: fix comment R=r, r2 CC=golang-dev https://golang.org/cl/2329042 --- 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