Skip to content

Commit f047c63

Browse files
Vladimir IsaevVVIsaev
authored andcommitted
ARC: Enable unaligned and LL64 config flags for v3
Signed-off-by: Vladimir Isaev <isaev@synopsys.com>
1 parent 4380714 commit f047c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ else
8686
cflags-y += -mno-div-rem
8787
endif
8888

89-
ifdef CONFIG_ISA_ARCV2
89+
ifneq ($(filter y,$(CONFIG_ISA_ARCV2) $(CONFIG_ISA_ARCV3)),)
9090

9191
ifdef CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS
9292
cflags-y += -munaligned-access

0 commit comments

Comments
 (0)