aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2016-04-18 13:41:48 -0600
committerDan McGregor <dan.mcgregor@usask.ca>2016-04-19 21:33:53 -0600
commitbdcdf4106d852ac5a68ca617e3fa26a5689919cb (patch)
tree20134f170d45cc3b66c691e392910fbd4ae490f0
parent70a9f3d9cb93250a77041ee334db340fec4df6ae (diff)
downloadopenembedded-core-contrib-bdcdf4106d852ac5a68ca617e3fa26a5689919cb.tar.gz
binutils: disable werror on native build
It's disabled on cross builds, and it's needed for gcc 6 Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
-rw-r--r--meta/recipes-devtools/binutils/binutils_2.26.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.26.bb b/meta/recipes-devtools/binutils/binutils_2.26.bb
index b70ffbf28a..e976bad3ed 100644
--- a/meta/recipes-devtools/binutils/binutils_2.26.bb
+++ b/meta/recipes-devtools/binutils/binutils_2.26.bb
@@ -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