]> Cypherpunks repositories - gostls13.git/commit
net: only "build" empty.s in non-cgo mode
authorRuss Cox <rsc@golang.org>
Wed, 24 Sep 2014 23:09:43 +0000 (19:09 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 24 Sep 2014 23:09:43 +0000 (19:09 -0400)
commitd2b84dd941456751cd09363a1027746683818f09
treeae876f8225c075c8c8d7df342aed77796f311cb4
parent3c94b1d305967d260b31ec3fdda51b705db752cd
net: only "build" empty.s in non-cgo mode

In cgo mode it gets passed to gcc, and on ARM
it appears that gcc does not support // comments.

TBR=iant
CC=golang-codereviews
https://golang.org/cl/142640043
src/net/empty.s