diff options
| author | Shenghou Ma <minux.ma@gmail.com> | 2013-03-11 14:24:51 +0800 |
|---|---|---|
| committer | Shenghou Ma <minux.ma@gmail.com> | 2013-03-11 14:24:51 +0800 |
| commit | 960d7082ee9b8fda91444167b3c253d5cf5e115d (patch) | |
| tree | 3a2f565bce8dad08128721c6af86e36a16a2c09c /src/run.bash | |
| parent | 72dd01451f58a5b1a1cdd1d92810a8ab0d75d97d (diff) | |
| download | go-960d7082ee9b8fda91444167b3c253d5cf5e115d.tar.xz | |
cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.
Fixes #4878.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7420052
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash index 1d54c94907..f53236ae73 100755 --- a/src/run.bash +++ b/src/run.bash @@ -74,7 +74,6 @@ go run $GOROOT/test/run.go - . ) || exit $? [ "$CGO_ENABLED" != 1 ] || -[ "$GOHOSTOS" == openbsd ] || # issue 4878 (xcd ../misc/cgo/test go test case "$GOHOSTOS-$GOARCH" in |
