Skip to content

Commit 79c4b74

Browse files
avaginxemul
authored andcommitted
arm: fix compilation on ARMv7
/tmp/ccq2xzf8.s: Assembler messages: /tmp/ccq2xzf8.s:5748: Error: thumb conditional instruction should be in IT block -- strexeq r1,r2,[r3]' Cc: Alexander Kartashov <[email protected]> Cc: Ruslan Kuprieiv <[email protected]> Signed-off-by: Andrey Vagin <[email protected]> Signed-off-by: Pavel Emelyanov <[email protected]>
1 parent 86c0c5f commit 79c4b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ ifeq ($(shell echo $(ARCH) | sed -e 's/arm.*/arm/'),arm)
6464
SRCARCH := arm
6565
DEFINES := -DCONFIG_ARMV$(ARMV)
6666

67+
USERCFLAGS += -Wa,-mimplicit-it=always
68+
6769
ifeq ($(ARMV),6)
6870
USERCFLAGS += -march=armv6
6971
endif

0 commit comments

Comments
 (0)