]> Cypherpunks repositories - gostls13.git/commit
libmach: cross compiling support
authorShenghou Ma <minux.ma@gmail.com>
Fri, 20 Jan 2012 18:34:30 +0000 (13:34 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 20 Jan 2012 18:34:30 +0000 (13:34 -0500)
commit541978af0a877232587f5e9cd1c51ecc2cfdb58b
tree59df653a6dbbcb7c677155565c310e716d426b0b
parent4ec8fd1cece15967bffe668957e7e43138dd5944
libmach: cross compiling support
        We already use GOHOSTOS to represent the host OS that the toolchain
        will be run on, so no need to resort to uname(1) to get that (and
        use uname(1) will make cross-compiling for another host impossible).

R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/5530050
src/libmach/Makefile