[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1502105384-23214-1-git-send-email-caoj.fnst@cn.fujitsu.com>
Date: Mon, 7 Aug 2017 19:29:44 +0800
From: Cao jin <caoj.fnst@...fujitsu.com>
To: <linux-kernel@...r.kernel.org>, <x86@...nel.org>
CC: <tglx@...utronix.de>, <mingo@...hat.com>, <hpa@...or.com>
Subject: [PATCH] x86: drop mflags-y
Since commit 6bda2c8b32, subarchitecture support(mflags-y) is totally
removed for x86. So now mflags-y can be dropped safely for x86.
Signed-off-by: Cao jin <caoj.fnst@...fujitsu.com>
---
arch/x86/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index bf240b9..a3f66d6 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -215,9 +215,6 @@ KBUILD_CFLAGS += -Wno-sign-compare
#
KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
-KBUILD_CFLAGS += $(mflags-y)
-KBUILD_AFLAGS += $(mflags-y)
-
archscripts: scripts_basic
$(Q)$(MAKE) $(build)=arch/x86/tools relocs
--
2.1.0
Powered by blists - more mailing lists