Re: Deprecating config-ml.in multilib selection options

2011-03-21 Thread Richard Sandiford
"Joseph S. Myers" writes: > @item mips*-*-* > single-float, biendian, softfloat. FWIW, I've no objection from a MIPS point of view. Like Richard was saying for ARM, single-float has long since stopped working for MIPS, because no target has single-float multilibs. Richard

Re: Deprecating config-ml.in multilib selection options

2011-03-21 Thread Andreas Schwab
Richard Earnshaw writes: > On Mon, 2011-03-21 at 14:36 +, Joseph S. Myers wrote: >> Some targets provide finer-grained control over which multilibs are >> built >> (e.g., @option{--disable-softfloat}): >> @table @code >> @item arm-*-* >> fpu, 26bit, underscore, interwork, biendian,

Re: Deprecating config-ml.in multilib selection options

2011-03-21 Thread Richard Earnshaw
On Mon, 2011-03-21 at 14:36 +, Joseph S. Myers wrote: > Some targets provide finer-grained control over which multilibs are > built > (e.g., @option{--disable-softfloat}): > @table @code > @item arm-*-* > fpu, 26bit, underscore, interwork, biendian, nofmult. I'd expect that code to

Deprecating config-ml.in multilib selection options

2011-03-21 Thread Joseph S. Myers
The toplevel config-ml.in configure fragment has some code for a few targets that allows modifying the set of multilibs built, based on configure options, to be different from that given by $CC -print-multi-lib. The options in question are described in GCC's install.texi (but the lists there may