From: Vineet Gupta Date: Tue, 16 Jun 2020 22:14:50 +0000 (-0700) Subject: ARC: build: remove deprecated toggle for arc700 builds X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=040ece2a3c1503c0a7e327034510367747c27a5f;p=linux.git ARC: build: remove deprecated toggle for arc700 builds Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/Makefile b/arch/arc/Makefile index 2b66e82641740..d00f8b8afd08e 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),"")