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 5cdbde4 commit 5b9a086Copy full SHA for 5b9a086
arch/arc/Makefile
@@ -15,8 +15,8 @@ endif
15
KBUILD_DEFCONFIG := nsim_700_defconfig
16
17
cflags-y += -fno-common -pipe -fno-builtin -D__linux__
18
-cflags-${CONFIG_ISA_ARCOMPACT} += -mA7
19
-cflags-${CONFIG_ISA_ARCV2} += -mcpu=archs
+cflags-$(CONFIG_ISA_ARCOMPACT) += -mA7
+cflags-$(CONFIG_ISA_ARCV2) += -mcpu=archs
20
21
ifdef CONFIG_ARC_CURR_IN_REG
22
# For a global register defintion, make sure it gets passed to every file
0 commit comments