]> Cypherpunks repositories - gostls13.git/commit
run.bash: skip -static cgo test if -static linking isn't possible.
authorShenghou Ma <minux.ma@gmail.com>
Tue, 29 Apr 2014 18:43:10 +0000 (14:43 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Tue, 29 Apr 2014 18:43:10 +0000 (14:43 -0400)
commit6f3f2d0ab825ee1ab77d62766828b6c191f92622
tree5e0ac991cc4017b9fb252e016b321c429b565558
parentf999e14f025b69516dd3e126d04dd309adb2fce0
run.bash: skip -static cgo test if -static linking isn't possible.
Some system doesn't have libc.a available.

While we're at here, also export GOROOT in run.bash, so that
one doesn't need to set GOROOT to run run.bash.

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/99870043
src/run.bash