x86/build: Remove old -funit-at-a-time GCC quirk
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 9 Jul 2018 12:07:21 +0000 (21:07 +0900)
committerIngo Molnar <mingo@kernel.org>
Sun, 15 Jul 2018 22:25:10 +0000 (00:25 +0200)
commitbdc9c3e5ed953441a46ef3acd81c783d591c9a96
tree257b3b61b7418499878f76327e0e373f677330c0
parent9d3cce1e8b8561fed5f383d22a4d6949db4eadbe
x86/build: Remove old -funit-at-a-time GCC quirk

The following commit:

  e501ce957a78 ("x86: Force asm-goto")

... bumped the minimum GCC version to 4.5 for building the x86 kernel.

arch/x86/Makefile no longer needs to take care of older GCC versions,
such as this pre-4.0 -funit-at-a-time quirk.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: http://lkml.kernel.org/r/1531138041-24200-1-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Makefile