From a00f88f20e53b95ad1a5c873adc7e4dfd64c98a8 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 2 Feb 2020 21:21:18 -0500 Subject: [PATCH] clarify that --enable-languages=c,c++ is default in config.mak.dist --- config.mak.dist | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.