Browse Source

- flesh out helptext of DOMULTI.
Put short, just leave it alone or keep all parts --
alternatively go help with lto if you have time.

Bernhard Reutner-Fischer 16 years ago
parent
commit
672a42c9b7
1 changed files with 7 additions and 0 deletions
  1. 7 0
      extra/Configs/Config.in

+ 7 - 0
extra/Configs/Config.in

@@ -1957,6 +1957,13 @@ config DOMULTI
 	default n
 	help
 	  Set this to compile all sources at once into an object (IMA).
+	  This mode of compilation uses alot of memory but may produce
+	  smaller binaries.
+
+	  Note that you need a very recent GCC for this to work, like
+	  gcc >= 4.3 plus eventually some patches.
+
+	  If unsure, keep the default of N.
 
 config UCLIBC_MJN3_ONLY
 	bool "Manuel's hidden warnings"