public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: drop mflags-y
@ 2017-08-07 11:29 Cao jin
  2017-08-10 14:16 ` [tip:x86/build] x86/build: Drop unused mflags-y tip-bot for Cao jin
  0 siblings, 1 reply; 2+ messages in thread
From: Cao jin @ 2017-08-07 11:29 UTC (permalink / raw)
  To: linux-kernel, x86; +Cc: tglx, mingo, hpa

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@cn.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-10 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-07 11:29 [PATCH] x86: drop mflags-y Cao jin
2017-08-10 14:16 ` [tip:x86/build] x86/build: Drop unused mflags-y tip-bot for Cao jin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox