From 0bed118955b87eb09813548556d46f2fb97aeafe Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 31 Dec 2015 13:39:42 +0100 Subject: pigz: force ARM mode Signed-off-by: Martin Jansa --- meta/recipes-extended/pigz/pigz_2.3.3.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-extended/pigz/pigz_2.3.3.bb b/meta/recipes-extended/pigz/pigz_2.3.3.bb index 080be2bbc9..141c255e94 100644 --- a/meta/recipes-extended/pigz/pigz_2.3.3.bb +++ b/meta/recipes-extended/pigz/pigz_2.3.3.bb @@ -10,3 +10,10 @@ NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" BBCLASSEXTEND = "native nativesdk" +# fails with thumb +# | arm-linux-gnueabi-gcc -march=armv7ve -mthumb -mthumb-interwork -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -mtune=cortex-a7 -funwind-tables -rdynamic --sysroot=SYSROOT -O2 -pipe -g -feliminate-unused-debug-types -c -o pigz.o pigz.c +# | {standard input}: Assembler messages: +# | {standard input}:4693: Error: offset out of range +# | {standard input}:4694: Error: offset out of range +# | make: *** [pigz.o] Error 1 +ARM_INSTRUCTION_SET = "arm" -- cgit 1.2.3-korg