Re: [PATCH] [libatomic] Add --enable-werror.

2013-07-18 Thread Ryan Hill
On Mon, 8 Jul 2013 20:19:24 -0600 Ryan Hill wrote: Ping. > On Mon, 1 Jul 2013 14:55:35 -0600 > Ryan Hill wrote: > > Ping. > http://gcc.gnu.org/ml/gcc-patches/2013-07/msg00032.html > > > libatomic is currently unconditionally built with -Werror. This patch adds > > --enable-werror to control

Re: [PATCH] [libatomic] Add --enable-werror.

2013-07-08 Thread Ryan Hill
On Mon, 1 Jul 2013 14:55:35 -0600 Ryan Hill wrote: Ping. http://gcc.gnu.org/ml/gcc-patches/2013-07/msg00032.html > libatomic is currently unconditionally built with -Werror. This patch adds > --enable-werror to control it (enabled by default). Bootstrapped and tested > on x86_64, and inspecte

[PATCH] [libatomic] Add --enable-werror.

2013-07-01 Thread Ryan Hill
libatomic is currently unconditionally built with -Werror. This patch adds --enable-werror to control it (enabled by default). Bootstrapped and tested on x86_64, and inspected build logs to ensure it was doing what it should. I'm assuming copyright assignment isn't necessary for a small change l