]> Cypherpunks repositories - gostls13.git/commit
cmd/go: skip $ORIGIN test on darwin systems
authorDave Cheney <dave@cheney.net>
Mon, 10 Feb 2014 02:35:39 +0000 (13:35 +1100)
committerDave Cheney <dave@cheney.net>
Mon, 10 Feb 2014 02:35:39 +0000 (13:35 +1100)
commitff5f9bbf6a5d5281a2bf5326ce43df65deef4ac1
tree777c1cb3004d8ce2f09031332d0bffef04ddb667
parent414b45d91a3bcb5dacd5061c9a93cb8936592b87
cmd/go: skip $ORIGIN test on darwin systems

Fixes #7293.

Update #7261

The bsd ld(1) does not understand $ORIGIN and has restrictions on using -rpath when using clang(1), the default compiler on darwin.

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/58480045
src/cmd/go/test.bash