diff --git a/config.mak.dist b/config.mak.dist index 250543f..e4cfc02 100644 --- a/config.mak.dist +++ b/config.mak.dist @@ -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.