Selaa lähdekoodia

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

Rich Felker 5 vuotta sitten
vanhempi
commit
a00f88f20e
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      config.mak.dist

+ 7 - 1
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.