mirror of
https://github.com/golang/go
synced 2024-11-22 19:24:59 -07:00
make.bash: delete vestigial TODO, now resolved
R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/7789050
This commit is contained in:
parent
464257eeff
commit
36ed57931b
@ -140,7 +140,6 @@ if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
|
||||
fi
|
||||
|
||||
echo "# Building packages and commands for $GOOS/$GOARCH."
|
||||
# TODO: Drop the -tags gotypes before releasing Go 1.1. It is to allow type checking in go vet.
|
||||
"$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -ccflags "$GO_CCFLAGS" -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std
|
||||
echo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user