]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/install.texi
2012-11-14 Matthias Klose <doko@ubuntu.com>
[thirdparty/gcc.git] / gcc / doc / install.texi
index f158eb2f9e2a957110dbabc22ee4db27e9be2d6e..7396158acea5035da8078f71d3e47891943f399a 100644 (file)
@@ -1033,6 +1033,15 @@ libraries to support different target variants, calling
 conventions, etc.@: should not be built.  The default is to build a
 predefined set of them.
 
+@item --enable-multiarch
+Specify whether to enable or disable multiarch support.  The default is
+to check for glibc start files in a multiarch location, and enable it
+if the files are found.  The auto detection is enabled for native builds,
+and for cross builds configured with @option{--with-sysroot}, and without
+@option{--with-native-system-header-dir}.
+More documentation about multiarch can be found at
+@uref{http://wiki.debian.org/Multiarch}.
+
 Some targets provide finer-grained control over which multilibs are built
 (e.g., @option{--disable-softfloat}):
 @table @code