View | Details | Raw Unified | Return to bug 201273 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-build_arch.mk (+11 lines)
Line 0 Link Here
1
--- build/arch.mk.orig	2015-08-09 21:14:55 UTC
2
+++ build/arch.mk
3
@@ -1,7 +1,7 @@
4
 ifneq ($(filter %86 x86_64, $(ARCH)),)
5
 include $(SRC_PATH)build/x86-common.mk
6
 endif
7
-ifneq ($(filter-out arm64, $(filter arm%, $(ARCH))),)
8
+ifneq ($(filter-out armv6 arm64, $(filter arm%, $(ARCH))),)
9
 ifeq ($(USE_ASM), Yes)
10
 ASM_ARCH = arm
11
 ASMFLAGS += -I$(SRC_PATH)codec/common/arm/

Return to bug 201273