diff --git a/Makefile.system b/Makefile.system index 902b53605..a4f41236b 100644 --- a/Makefile.system +++ b/Makefile.system @@ -811,8 +811,10 @@ ifeq ($(ARCH), arm) NO_BINARY_MODE = 1 BINARY_DEFINED = 1 +ifneq ($(OS_EMBEDDED), 1) CCOMMON_OPT += -marm FCOMMON_OPT += -marm +endif # If softfp abi is mentioned on the command line, force it. ifeq ($(ARM_SOFTFP_ABI), 1)