| Submitter | Morten Svendsen |
|---|---|
| Date | Oct. 17, 2012, 2:37 p.m. |
| Message ID | <e6de63a88fd92339ab2786602c39ccbef7cdb997.1350484529.git.morten.thunbergsvendsen@prevas.dk> |
| Download | mbox | patch |
| Permalink | /patch/192066/ |
| State | Accepted |
| Delegated to: | Esben Haabendal |
| Headers | show |
Comments
Patch
diff --git a/recipes/binutils/binutils.inc b/recipes/binutils/binutils.inc index 6a50cf2..94c4482 100644 --- a/recipes/binutils/binutils.inc +++ b/recipes/binutils/binutils.inc @@ -18,6 +18,7 @@ SRC_URI = "${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 " DEPENDS = "native:flex native:bison" EXTRA_OECONF = "--enable-install-libbfd --enable-shared" +EXTRA_OECONF:>HOST_CPU_arm = " --disable-werror" inherit auto-package-libs AUTO_PACKAGE_LIBS = "bfd opcodes"