diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 7ccb9a79b49..63b451d6c91 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -39,6 +39,8 @@ SYSTEM_DEP:= ${SYSTEM_DEP:$S/conf/ldscript.$M=ldscript.$M} STRIP_FLAGS = -S .endif +CFLAGS += -mno-thumb-interwork + .if empty(DDB_ENABLED) CFLAGS += -mno-apcs-frame .elif defined(WITH_ARM_EABI)