From 981626d8cee345d27b7c9d96e941fd6622f47792 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 5 May 2015 13:52:32 +0200 Subject: guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind: disable thumb where it fails for qemuarm Signed-off-by: Martin Jansa Signed-off-by: Ross Burton --- meta/recipes-extended/mailx/mailx_12.5-5.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-extended/mailx') diff --git a/meta/recipes-extended/mailx/mailx_12.5-5.bb b/meta/recipes-extended/mailx/mailx_12.5-5.bb index ffa90498b0..c87c58258b 100644 --- a/meta/recipes-extended/mailx/mailx_12.5-5.bb +++ b/meta/recipes-extended/mailx/mailx_12.5-5.bb @@ -41,3 +41,8 @@ EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail IPv6=-DHAVE_IPv6_FUNCS PREFIX=/usr # fio.c:56:17: fatal error: ssl.h: No such file or directory # #include PARALLEL_MAKE = "" + +# Causes gcc to get stuck and eat all available memory in qemuarm builds +# http://errors.yoctoproject.org/Errors/Details/20488/ +ARM_INSTRUCTION_SET_armv4 = "arm" +ARM_INSTRUCTION_SET_armv5 = "arm" -- cgit 1.2.3-korg