This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch bfd]: Add further support for x86_64 mingw


On Mon, Feb 04, 2008 at 03:39:32PM +0100, Kai Tietz wrote:
> "H.J. Lu" <hjl.tools@gmail.com> wrote on 04.02.2008 15:31:39:
> 
> > On Mon, Feb 04, 2008 at 12:02:43PM +0100, Kai Tietz wrote:
> > > Hi H.J.,
> > > 
> > > I patched bfd/warning.m4. Could you review it. It should diable the 
> > > -Werror option for host mingw.
> > > You need to regenerate the configure scripts, because I have currently 
> no 
> > > ability to re-generate them.
> > > 
> > > ChangeLog
> > > 
> > > 2008-02-04      Kai Tietz  <kai.tietz@onevision.com>
> > > 
> > >         * bfd/warning.m4: Disable by default -Werror for mingw.
> > >         * bfd/configure: Regenerate.
> > >         * gas/configure: Regenerate.
> > >         * binutils/configure: Regenerate.
> > >         * ld/configure: Regenerate.
> > > 
> > 
> > Please mention PR 5715 in your ChangeLog.
> Ok
> 
> > BTW, can you use -Wno-format instead of disabling -Werror on mingw?
> Does -Wno-format exists? I searched it in "info gcc", but didn't saw it 
> there.
>

"info gcc" shows

 Many options have long names starting with `-f' or with `-W'--for
example, `-fstrength-reduce', `-Wformat' and so on.  Most of these have
both positive and negative forms; the negative form of `-ffoo' would be
`-fno-foo'.  This manual documents only one of these two forms,
whichever one is not the default.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]