RE: Propose to add a new argument MULTILIB_REQUIRED in multilib framework

2012-05-09 Thread Terry Guo
> -Original Message- > From: Joseph Myers [mailto:jos...@codesourcery.com] > Sent: Thursday, May 03, 2012 8:49 PM > To: Terry Guo > Cc: gcc-patches@gcc.gnu.org > Subject: RE: Propose to add a new argument MULTILIB_REQUIRED in > multilib framework > > On Thu,

RE: Propose to add a new argument MULTILIB_REQUIRED in multilib framework

2012-05-03 Thread Joseph S. Myers
On Thu, 3 May 2012, Terry Guo wrote: > 2012-05-03 Terry Guo > > * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED. > * genmultilib (MULTILIB_REQUIRED): New. > * doc/fragments.texi: Document the MULTILIB_REQUIRED. This is OK, with copyright dates on genmultilib

RE: Propose to add a new argument MULTILIB_REQUIRED in multilib framework

2012-05-03 Thread Terry Guo
Hi Joseph, > > On Thu, 3 May 2012, Terry Guo wrote: > > > Thanks for your reminding. > > The attached patch added the missing documentation. Please help to > review. > > Please send the complete new patch, including documentation, for review > (unless the rest has been reviewed). > > > +@item

RE: Propose to add a new argument MULTILIB_REQUIRED in multilib framework

2012-05-03 Thread Joseph S. Myers
On Thu, 3 May 2012, Terry Guo wrote: > Thanks for your reminding. > The attached patch added the missing documentation. Please help to review. Please send the complete new patch, including documentation, for review (unless the rest has been reviewed). > +@item MULTILIB_REQUIRED > +Sometimes wh

RE: Propose to add a new argument MULTILIB_REQUIRED in multilib framework

2012-05-03 Thread Terry Guo
Hi Joseph, > > On Tue, 17 Apr 2012, Terry Guo wrote: > > > 2012-04-17 Terry Guo > > > > * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED. > > * genmultilib (MULTILIB_REQUIRED): New. > > You need to add documentation in fragments.texi for MULTILIB_REQUIRED. > Thanks

Re: Propose to add a new argument MULTILIB_REQUIRED in multilib framework

2012-04-24 Thread Joseph S. Myers
On Tue, 17 Apr 2012, Terry Guo wrote: > 2012-04-17 Terry Guo > > * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED. > * genmultilib (MULTILIB_REQUIRED): New. You need to add documentation in fragments.texi for MULTILIB_REQUIRED. -- Joseph S. Myers jos...@codesourcer

Propose to add a new argument MULTILIB_REQUIRED in multilib framework

2012-04-16 Thread Terry Guo
Hi, When dealing with Multilib, I find it isn't so easy to come up with a complete MULTILIB_EXCEPTIONS rules to cover all unnecessary cases, especially on ARM where the majority of combinations need to be filtered out. This patch is proposing to consider this thing from another angle: specifying t