File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
KBUILD_CFLAGS += -mcpu=em4_dmips
3
3
4
4
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 ) \
6
6
$(call cc-option,-mmpy-option=6 -mbarrel-shifter) \
7
7
$(call cc-option,--param l1-cache-size=16384) \
8
8
$(call cc-option,--param l1-cache-line-size=32)
Original file line number Diff line number Diff line change 2
2
KBUILD_CFLAGS += -mcpu=em4_fpus
3
3
4
4
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 ) \
6
6
$(call cc-option,-mmpy-option=6 -mbarrel-shifter) \
7
7
8
8
ifeq ($(CONFIG_CODE_DENSITY ) , y)
11
11
12
12
ifeq ($(CONFIG_FLOAT ) , y)
13
13
soc-cflags += $(call cc-option,-mfpu=fpus_all)
14
- endif
14
+ endif
You can’t perform that action at this time.
0 commit comments