aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-11-21 00:53:45 +0000
committerMatthias Klose <doko@gcc.gnu.org>2012-11-21 00:53:45 +0000
commitf4d9c89a860714058a3aedd8170cd964dce6909e (patch)
tree878ab615757a2b69c0f0067b922987e0d30ad43e
parentb61e0a0e2bfb7783f37a19df40b3b51281316457 (diff)
downloadgcc-f4d9c89a860714058a3aedd8170cd964dce6909e.zip
gcc-f4d9c89a860714058a3aedd8170cd964dce6909e.tar.gz
gcc-f4d9c89a860714058a3aedd8170cd964dce6909e.tar.bz2
install.texi: Move multiarch paragraph out of multilib documentation.
2012-11-20 Matthias Klose <doko@ubuntu.com> * doc/install.texi: Move multiarch paragraph out of multilib documentation. From-SVN: r193685
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi12
2 files changed, 11 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9a11064..d706db7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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.
2012-11-20 Richard Sandiford <rdsandiford@googlemail.com>
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index b78d127..736ec2f 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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