mirror of https://github.com/golang/go.git
build: fix for freebsd, openbsd
TBR=r CC=golang-dev https://golang.org/cl/5505052
This commit is contained in:
parent
15782bbfaf
commit
a63262b6c0
|
|
@ -89,7 +89,7 @@ echo; echo; echo %%%% making runtime generated files %%%%; echo
|
|||
(
|
||||
cd "$GOROOT"/src/pkg/runtime
|
||||
./autogen.sh
|
||||
make install # copy runtime.h to pkg directory
|
||||
gomake install # copy runtime.h to pkg directory
|
||||
) || exit 1
|
||||
|
||||
if $USE_GO_TOOL; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue