aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/pigz/pigz_2.3.3.bb7
1 files changed, 7 insertions, 0 deletions
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"