diff --git a/src/make.bash b/src/make.bash index b4780c7e9a..2531ca4bb3 100755 --- a/src/make.bash +++ b/src/make.bash @@ -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