Skip to content

Commit ce88189

Browse files
nashifAnas Nashif
authored andcommitted
arc: em7d/em9d: fix typo in soc flags
fixed typo: mnormm -> -mnorm Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent c698956 commit ce88189

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arc/soc/em7d/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
KBUILD_CFLAGS += -mcpu=em4_dmips
33

44
soc-cflags = $(call cc-option,-mcpu=em4_dmips -mno-sdata) \
5-
$(call cc-option,-mdiv-rem -mswap -mnormm) \
5+
$(call cc-option,-mdiv-rem -mswap -mnorm) \
66
$(call cc-option,-mmpy-option=6 -mbarrel-shifter) \
77
$(call cc-option,--param l1-cache-size=16384) \
88
$(call cc-option,--param l1-cache-line-size=32)

arch/arc/soc/em9d/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
KBUILD_CFLAGS += -mcpu=em4_fpus
33

44
soc-cflags += $(call cc-option,-mcpu=em4_fpus -mno-sdata) \
5-
$(call cc-option,-mdiv-rem -mswap -mnormm) \
5+
$(call cc-option,-mdiv-rem -mswap -mnorm) \
66
$(call cc-option,-mmpy-option=6 -mbarrel-shifter) \
77

88
ifeq ($(CONFIG_CODE_DENSITY), y)
@@ -11,4 +11,4 @@ endif
1111

1212
ifeq ($(CONFIG_FLOAT), y)
1313
soc-cflags += $(call cc-option,-mfpu=fpus_all)
14-
endif
14+
endif

0 commit comments

Comments
 (0)