]> Cypherpunks.ru repositories - gostls13.git/commitdiff
src: remove reference to since-deleted dist -s flag
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 17 Dec 2015 22:01:17 +0000 (14:01 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 17 Dec 2015 22:03:56 +0000 (22:03 +0000)
(Found while debugging release problems with go1.6beta1)

Updates #12002

Change-Id: Iec197a754205e7fd28be154f27f17f3315886364
Reviewed-on: https://go-review.googlesource.com/18011
Reviewed-by: Chris Broadfoot <cbro@golang.org>
src/make.bash

index b4780c7e9a53f5ffe19c0b1f1f16fa8d92ef3411..2531ca4bb33cfe466f53b0022d9f07df8f0e46e0 100755 (executable)
@@ -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