diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2020-06-16 15:14:50 -0700 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2020-06-16 15:14:50 -0700 |
commit | 040ece2a3c1503c0a7e327034510367747c27a5f (patch) | |
tree | f26e374f329b2d50ca07fa3835c0142fd9b7de87 /arch/arc | |
parent | 0bdd6e7428a2e8971d7c9b8e212056dd0e0001c9 (diff) | |
download | linux-040ece2a3c1503c0a7e327034510367747c27a5f.tar.bz2 |
ARC: build: remove deprecated toggle for arc700 builds
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile index 2b66e8264174..d00f8b8afd08 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile @@ -11,7 +11,7 @@ endif cflags-y += -fno-common -pipe -fno-builtin -mmedium-calls -D__linux__ -tune-mcpu-def-$(CONFIG_ISA_ARCOMPACT) := -mA7 +tune-mcpu-def-$(CONFIG_ISA_ARCOMPACT) := -mcpu=arc700 tune-mcpu-def-$(CONFIG_ISA_ARCV2) := -mcpu=hs38 ifeq ($(CONFIG_ARC_TUNE_MCPU),"") |