summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arc/soc/quark_se_c1000_ss/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arc/soc/quark_se_c1000_ss/Makefile b/arch/arc/soc/quark_se_c1000_ss/Makefile
index 485ffda9d..09a05bc30 100644
--- a/arch/arc/soc/quark_se_c1000_ss/Makefile
+++ b/arch/arc/soc/quark_se_c1000_ss/Makefile
@@ -1,5 +1,6 @@
-soc-cflags = $(call cc-option,-mARCv2EM) \
- $(call cc-option,-mav2em,) $(call cc-option,-mno-sdata)
+soc-cflags = $(call cc-option,-mcpu=quarkse_em) \
+ $(call cc-option,-mno-sdata)
+
soc-aflags = $(soc-cflags)
soc-cxxflags = $(soc-cflags)
soc-cflags += -DQM_SENSOR=1