]> Cypherpunks repositories - gostls13.git/commit
arm: make libcgo build during OS X cross-compile
authorRuss Cox <rsc@golang.org>
Sun, 12 Sep 2010 03:36:06 +0000 (23:36 -0400)
committerRuss Cox <rsc@golang.org>
Sun, 12 Sep 2010 03:36:06 +0000 (23:36 -0400)
commiteddddf042dcdc211658589dd294040ac5b585794
tree58a645149e8583ce6b2d9300a02f55291abd39b6
parente3a0c2f6cf3c96e0526889fd9ae3540091404cf3
arm: make libcgo build during OS X cross-compile

The gcc on OS X seems pickier about noticing
symbols that are referred to but not found during
the link of a .so file.

R=r
CC=golang-dev
https://golang.org/cl/2098047
src/libcgo/linux_arm.c