1
0
mirror of https://github.com/golang/go synced 2024-11-22 22:40:02 -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:
Rob Pike 2013-03-16 14:53:12 -07:00
parent 464257eeff
commit 36ed57931b

View File

@ -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