mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
gcc: Disable -Werror
For release branches -Werror is disabled by default, however, for the development branch of GCC it is enabled. Make sure that it is always disabled.
This commit is contained in:
parent
376bf32474
commit
ed875ac52f
@ -191,6 +191,7 @@ URL: http://gcc.gnu.org/
|
||||
--with-newlib \
|
||||
--disable-nls --without-included-gettext \
|
||||
--disable-win32-registry \
|
||||
--disable-werror \
|
||||
--enable-version-specific-runtime-libs \
|
||||
%{?with_lto:--enable-lto}%{!?with_lto:--disable-lto} \
|
||||
--enable-newlib-io-c99-formats \
|
||||
|
Loading…
x
Reference in New Issue
Block a user