diff options
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/make.bash b/src/make.bash index 2531ca4bb3..21cc29730d 100755 --- a/src/make.bash +++ b/src/make.bash @@ -44,6 +44,9 @@ # This is used by cgo. Default is CXX, or, if that is not set, # "g++" or "clang++". # +# FC: Command line to run to compile Fortran code for GOARCH. +# This is used by cgo. Default is "gfortran". +# # GO_DISTFLAGS: extra flags to provide to "dist bootstrap". set -e |
