Re: multilib build problem with default options

2012-06-19 Thread Steve Ellcey
On Tue, 2012-06-19 at 20:59 +, Joseph S. Myers wrote: > On Tue, 19 Jun 2012, Steve Ellcey wrote: > > > I am building a multilib mips compiler using '--with-synci' on the > > configure line. This means that gcc will pass the '-msynci' option > > to cc1 by default. The problem occurs when on

Re: multilib build problem with default options

2012-06-19 Thread Joseph S. Myers
On Tue, 19 Jun 2012, Steve Ellcey wrote: > I am building a multilib mips compiler using '--with-synci' on the > configure line. This means that gcc will pass the '-msynci' option > to cc1 by default. The problem occurs when one of my multilib > targets (like -mips32) does not support synci. T

Re: multilib build problem with default options

2012-06-19 Thread Ian Lance Taylor
"Steve Ellcey " writes: > I am building a multilib mips compiler using '--with-synci' on the > configure line. This means that gcc will pass the '-msynci' option > to cc1 by default. The problem occurs when one of my multilib > targets (like -mips32) does not support synci. This means that >

multilib build problem with default options

2012-06-19 Thread Steve Ellcey
I am trying to fix a multilib build problem and am hoping a build expert can help me figure out a fix/workaround to my problem. I am building a multilib mips compiler using '--with-synci' on the configure line. This means that gcc will pass the '-msynci' option to cc1 by default. The problem o