* doc/install.texi: Document fine-grained multilib configuration.
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 7 Aug 2001 16:42:03 +0000 (16:42 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 7 Aug 2001 16:42:03 +0000 (12:42 -0400)
From-SVN: r44695

gcc/ChangeLog
gcc/doc/install.texi

index ee88a9f1a676a02c43d10976e64feaf41e803102..9600349ff5a1e53a4e341e2040a235593fae5ab0 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-07  David Edelsohn  <edelsohn@gnu.org>
+
+       * doc/install.texi: Document fine-grained multilib configuration.
+
 Tue Aug  7 16:52:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * rtlanal.c (find_first_parameter_load): Call note_stores
index 0ca17031ea75225ff428e66ec03e746c72c5109a..583316d40811cb71d54f7df89a9c4e11627b8da2 100644 (file)
@@ -502,6 +502,28 @@ 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
+
+@item arc-*-elf*
+biendian.
+
+@item arm-*-*
+fpu, 26bit, underscore, interwork, biendian, nofmult.
+
+@item m68*-*-*
+softfloat, m68881, m68000, m68020.
+
+@item mips*-*-*
+single-float, biendian, softfloat.
+
+@item powerpc*-*-*, rs6000*-*-*
+aix64, pthread, softfloat, powercpu, powerpccpu, powerpcos, biendian,
+sysv, aix. 
+
+@end table
+
 @item --enable-threads
 Specify that the target
 supports threads.  This affects the Objective-C compiler and runtime