diff --git a/Makefile b/Makefile index 6b3e06d9c..6b0911516 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,8 @@ ifeq ($(shell echo $(ARCH) | sed -e 's/arm.*/arm/'),arm) SRCARCH := arm DEFINES := -DCONFIG_ARMV$(ARMV) + USERCFLAGS += -Wa,-mimplicit-it=always + ifeq ($(ARMV),6) USERCFLAGS += -march=armv6 endif