src/make.bash | 3 +-- diff --git a/src/make.bash b/src/make.bash index b4780c7e9a53f5ffe19c0b1f1f16fa8d92ef3411..2531ca4bb33cfe466f53b0022d9f07df8f0e46e0 100755 --- a/src/make.bash +++ b/src/make.bash @@ -44,8 +44,7 @@ # CXX_FOR_TARGET: Command line to run to compile C++ code for GOARCH. # 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