Commit 295419d0 authored by Ian Lance Taylor's avatar Ian Lance Taylor

runtime/cgo: on Solaris link against -lxnet

Fixes #32205

Change-Id: If5b1d32a5e19ff5d9337862c07fb77890d19d69f
Reviewed-on: https://go-review.googlesource.com/c/go/+/183379
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarTobias Klauser <tobias.klauser@gmail.com>
parent c11f6c49
...@@ -21,6 +21,7 @@ package cgo ...@@ -21,6 +21,7 @@ package cgo
#cgo netbsd LDFLAGS: -lpthread #cgo netbsd LDFLAGS: -lpthread
#cgo openbsd LDFLAGS: -lpthread #cgo openbsd LDFLAGS: -lpthread
#cgo aix LDFLAGS: -Wl,-berok #cgo aix LDFLAGS: -Wl,-berok
#cgo solaris LDFLAGS: -lxnet
#cgo CFLAGS: -Wall -Werror #cgo CFLAGS: -Wall -Werror
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment