aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash3
1 files changed, 1 insertions, 2 deletions
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