Am 14.11.2012 21:44, schrieb Ian Lance Taylor: > On Sun, Nov 4, 2012 at 7:45 AM, Matthias Klose <d...@ubuntu.com> wrote: >> >> now testing the attached patch. > >> + when 1 is passed, >> + - the multiarch path specified with >> + -imultiarch, when 2 is passed. */ > > s/when 1 is passed/when set to 1/ > Same for 2. > > This is OK with that change. > > Thanks and sorry for the delay in review.
thanks for finishing the review. I'm checking in the following patch to move out the multiarch paragraph out of the multilib documentation as obvious. Matthias 2012-11-20 Matthias Klose <d...@ubuntu.com> + * doc/install.texi: Move multiarch paragraph out of multilib + documentation. + +2012-11-20 Matthias Klose <d...@ubuntu.com> + * config/arm/t-linux-eabi: Define MULTIARCH_DIRNAME for linux target. 2012-11-20 Richard Sandiford <rdsandif...@googlemail.com> Index: gcc/doc/install.texi =================================================================== --- gcc/doc/install.texi (revision 193684) +++ gcc/doc/install.texi (working copy) @@ -1027,12 +1027,6 @@ @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 @@ 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