Skip to content

Commit 040ece2

Browse files
committed
ARC: build: remove deprecated toggle for arc700 builds
Signed-off-by: Vineet Gupta <[email protected]>
1 parent 0bdd6e7 commit 040ece2

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
@@ -11,7 +11,7 @@ endif
1111

1212
cflags-y += -fno-common -pipe -fno-builtin -mmedium-calls -D__linux__
1313

14-
tune-mcpu-def-$(CONFIG_ISA_ARCOMPACT) := -mA7
14+
tune-mcpu-def-$(CONFIG_ISA_ARCOMPACT) := -mcpu=arc700
1515
tune-mcpu-def-$(CONFIG_ISA_ARCV2) := -mcpu=hs38
1616

1717
ifeq ($(CONFIG_ARC_TUNE_MCPU),"")

0 commit comments

Comments
 (0)