Commit 4577cfcb authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

src: remove reference to since-deleted dist -s flag

(Found while debugging release problems with go1.6beta1)

Updates #12002

Change-Id: Iec197a754205e7fd28be154f27f17f3315886364
Reviewed-on: https://go-review.googlesource.com/18011Reviewed-by: 's avatarChris Broadfoot <cbro@golang.org>
parent 41af93f6
......@@ -44,8 +44,7 @@
# This is used by cgo. Default is CXX, or, if that is not set,
# "g++" or "clang++".
#
# GO_DISTFLAGS: extra flags to provide to "dist bootstrap". Use "-s"
# to build a statically linked toolchain.
# GO_DISTFLAGS: extra flags to provide to "dist bootstrap".
set -e
if [ ! -f run.bash ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment