mirror of
https://github.com/golang/go
synced 2024-11-14 08:20: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\
|
darwin\
|
||||||
freebsd\
|
freebsd\
|
||||||
linux\
|
linux\
|
||||||
|
openbsd\
|
||||||
plan9\
|
plan9\
|
||||||
windows\
|
windows\
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ endif
|
|||||||
install: install-$(NAME)
|
install: install-$(NAME)
|
||||||
install-linux: install-default
|
install-linux: install-default
|
||||||
install-freebsd: install-default
|
install-freebsd: install-default
|
||||||
|
install-openbsd: install-default
|
||||||
install-windows: install-default
|
install-windows: install-default
|
||||||
|
|
||||||
# on Darwin, have to install and setgid; see $GOROOT/src/sudo.bash
|
# on Darwin, have to install and setgid; see $GOROOT/src/sudo.bash
|
||||||
|
@ -25,6 +25,7 @@ endif
|
|||||||
install: install-$(NAME) install-pprof
|
install: install-$(NAME) install-pprof
|
||||||
install-linux: install-default
|
install-linux: install-default
|
||||||
install-freebsd: install-default
|
install-freebsd: install-default
|
||||||
|
install-openbsd: install-default
|
||||||
install-windows: install-default
|
install-windows: install-default
|
||||||
|
|
||||||
# on Darwin, have to install and setgid; see $GOROOT/src/sudo.bash
|
# on Darwin, have to install and setgid; see $GOROOT/src/sudo.bash
|
||||||
|
Loading…
Reference in New Issue
Block a user