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 | a6ac02e224bdec8a9abfa345ac32e7004f78c7ec (patch) | |
tree | f99dfacf64333530ca3cc24267562fa609811c61 /src/run.bash | |
parent | d504fe777f7bb62f98cab50e0bcf7587cf88c9cd (diff) | |
download | go-a6ac02e224bdec8a9abfa345ac32e7004f78c7ec.tar.gz |
cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.
Fixes issue 4878.
R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/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 1d54c9490..f53236ae7 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 |