From 0315a28909aa9781706bcd5743f2665220b6b099 Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Sat, 26 Dec 2015 19:55:37 +0100 Subject: MIPS: Kconfig: optimize gcc -march and -mtune setup Move setup of -march to arch/mips/Makefile and follow the design on ARM. Also add a possibility to chose specific CPU tune options. Signed-off-by: Wills Wang Signed-off-by: Daniel Schwierzeck --- arch/mips/mach-au1x00/config.mk | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 arch/mips/mach-au1x00/config.mk (limited to 'arch/mips/mach-au1x00') diff --git a/arch/mips/mach-au1x00/config.mk b/arch/mips/mach-au1x00/config.mk deleted file mode 100644 index 5c89129..0000000 --- a/arch/mips/mach-au1x00/config.mk +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2011 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -PLATFORM_CPPFLAGS += -mtune=4kc -- cgit v1.1