Removed the FreeBSD export CGO_LDFLAGS option, as the workaround listed is no longer needed,
and breaks the build using any recent go on FreeBSD 10.
This commit is contained in:
parent
749b375feb
commit
9c21df0f04
|
@ -28,7 +28,6 @@ fi
|
|||
|
||||
if [ "$(go env GOOS)" = "freebsd" ]; then
|
||||
export CC="clang"
|
||||
export CGO_LDFLAGS="$CGO_LDFLAGS -extld clang" # Workaround for https://code.google.com/p/go/issues/detail?id=6845
|
||||
fi
|
||||
|
||||
# On OSX, we need to use an older target to ensure binaries are
|
||||
|
|
Loading…
Reference in New Issue