clarify that --enable-languages=c,c++ is default in config.mak.dist

This commit is contained in:
Rich Felker 2020-02-02 21:21:18 -05:00
parent 2954bf4b6d
commit a00f88f20e
1 changed files with 7 additions and 1 deletions

View File

@ -61,9 +61,15 @@
# Recommended options for faster/simpler build:
# COMMON_CONFIG += --disable-nls
# GCC_CONFIG += --enable-languages=c,c++
# GCC_CONFIG += --disable-libquadmath --disable-decimal-float
# By default C and C++ are the only languages enabled, and these are
# the only ones tested and known to be supported. You can uncomment the
# following and add other languages if you want to try getting them to
# work too.
# GCC_CONFIG += --enable-languages=c,c++
# You can keep the local build path out of your toolchain binaries and
# target libraries with the following, but then gdb needs to be told
# where to look for source files.