install.texi: Move multiarch paragraph out of multilib documentation.
authorMatthias Klose <doko@ubuntu.com>
Wed, 21 Nov 2012 00:53:45 +0000 (00:53 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Wed, 21 Nov 2012 00:53:45 +0000 (00:53 +0000)
2012-11-20  Matthias Klose  <doko@ubuntu.com>

        * doc/install.texi: Move multiarch paragraph out of multilib
        documentation.

From-SVN: r193685

gcc/ChangeLog
gcc/doc/install.texi

index 9a1106449ebb6bf8b9d8436b16188fefa1fbf5fc..d706db70921c75f2a2a96a3331fa0e7062cdab4d 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-20  Matthias Klose  <doko@ubuntu.com>
+
+       * doc/install.texi: Move multiarch paragraph out of multilib
+       documentation.
+
 2012-11-20  Matthias Klose  <doko@ubuntu.com>
 
        * config/arm/t-linux-eabi: Define MULTIARCH_DIRNAME for linux target.
index b78d127a8c01a29d18fa8a3c9a868b214f38bf41..736ec2fad9b5fca910cc624592c3cc4522675929 100644 (file)
@@ -1027,12 +1027,6 @@ For ARM targets, possible values for @var{dialect} are @code{gnu} or
 @code{gnu2}, which select between the original GNU dialect and the GNU TLS
 descriptor-based dialect.
 
-@item --disable-multilib
-Specify that multiple target
-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
@@ -1042,6 +1036,12 @@ and for cross builds configured with @option{--with-sysroot}, and without
 More documentation about multiarch can be found at
 @uref{http://wiki.debian.org/Multiarch}.
 
+@item --disable-multilib
+Specify that multiple target
+libraries to support different target variants, calling
+conventions, etc.@: should not be built.  The default is to build a
+predefined set of them.
+
 Some targets provide finer-grained control over which multilibs are built
 (e.g., @option{--disable-softfloat}):
 @table @code