mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
elf2flt: do not treat warnings as errors
elf2flt is configured with -Werror flag by default. Disable it. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
This commit is contained in:
parent
a24f06337c
commit
3362272d40
@ -309,6 +309,7 @@ do_elf2flt_backend() {
|
||||
--with-binutils-include-dir=${binutils_src}/include \
|
||||
--with-libbfd=${binutils_bld}/bfd/libbfd.a \
|
||||
--with-libiberty=${binutils_bld}/libiberty/libiberty.a \
|
||||
--disable-werror \
|
||||
${elf2flt_opts} \
|
||||
"${CT_ELF2FLT_EXTRA_CONFIG_ARRAY[@]}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user