We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4380714 commit f047c63Copy full SHA for f047c63
arch/arc/Makefile
@@ -86,7 +86,7 @@ else
86
cflags-y += -mno-div-rem
87
endif
88
89
-ifdef CONFIG_ISA_ARCV2
+ifneq ($(filter y,$(CONFIG_ISA_ARCV2) $(CONFIG_ISA_ARCV3)),)
90
91
ifdef CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS
92
cflags-y += -munaligned-access
0 commit comments