mirror of
https://github.com/golang/go
synced 2024-11-12 09:50:21 -07:00
build: add openbsd
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4832047
This commit is contained in:
parent
a9fe3a0ce3
commit
be00d38a35
@ -33,6 +33,7 @@ GOOS_LIST=\
|
||||
darwin\
|
||||
freebsd\
|
||||
linux\
|
||||
openbsd\
|
||||
plan9\
|
||||
windows\
|
||||
|
||||
|
@ -29,6 +29,7 @@ endif
|
||||
install: install-$(NAME)
|
||||
install-linux: install-default
|
||||
install-freebsd: install-default
|
||||
install-openbsd: install-default
|
||||
install-windows: install-default
|
||||
|
||||
# on Darwin, have to install and setgid; see $GOROOT/src/sudo.bash
|
||||
|
@ -25,6 +25,7 @@ endif
|
||||
install: install-$(NAME) install-pprof
|
||||
install-linux: install-default
|
||||
install-freebsd: install-default
|
||||
install-openbsd: install-default
|
||||
install-windows: install-default
|
||||
|
||||
# on Darwin, have to install and setgid; see $GOROOT/src/sudo.bash
|
||||
|
Loading…
Reference in New Issue
Block a user