mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
binutils: disable werror on native build
It's disabled on cross builds, and it's needed for gcc 6 (From OE-Core rev: ce1b37e29dc89b67dc698e856007b59faa16c4df) (From OE-Core rev: 640235620061c1b7155e1504702e5c26b5ecfdaa) Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b3acdca9b6
commit
3ee0f6afc8
@@ -13,7 +13,8 @@ EXTRA_OECONF += "--with-sysroot=/ \
|
||||
EXTRA_OECONF_class-native = "--enable-targets=all \
|
||||
--enable-64-bit-bfd \
|
||||
--enable-install-libiberty \
|
||||
--enable-install-libbfd"
|
||||
--enable-install-libbfd \
|
||||
--disable-werror"
|
||||
|
||||
do_install_class-native () {
|
||||
autotools_do_install
|
||||
|
||||
Reference in New Issue
Block a user