linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove -fno-unit-at-a-time and -funit-at-a-time compiler flags entirely
@ 2018-11-12  2:35 Masahiro Yamada
  2018-11-12  2:35 ` [PATCH 1/2] um: remove -fno-unit-at-a-time workaround for pre-4.0 GCC Masahiro Yamada
  2018-11-12  2:35 ` [PATCH 2/2] x86, powerpc: remove -funit-at-a-time compiler option entirely Masahiro Yamada
  0 siblings, 2 replies; 14+ messages in thread
From: Masahiro Yamada @ 2018-11-12  2:35 UTC (permalink / raw)
  To: Ingo Molnar, Thomas Gleixner, x86
  Cc: Richard Weinberger, linuxppc-dev, Michael Ellerman,
	Masahiro Yamada, H. Peter Anvin, Borislav Petkov,
	Benjamin Herrenschmidt, linux-kernel, Paul Mackerras


1/2: remove dead code, which is logically obvious
     because the minimum GCC version is now 4.6

2/2: we can say -funit-at-a-time is no longer useful
     according to GCC 4.6 manual

I hope, this series can be applied through x86 tree.



Masahiro Yamada (2):
  um: remove -fno-unit-at-a-time workaround for pre-4.0 GCC
  x86, powerpc: remove -funit-at-a-time compiler option entirely

 arch/powerpc/Makefile | 4 ----
 arch/x86/Makefile     | 4 ----
 arch/x86/Makefile.um  | 9 ---------
 3 files changed, 17 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-12-09 11:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-12  2:35 [PATCH 0/2] Remove -fno-unit-at-a-time and -funit-at-a-time compiler flags entirely Masahiro Yamada
2018-11-12  2:35 ` [PATCH 1/2] um: remove -fno-unit-at-a-time workaround for pre-4.0 GCC Masahiro Yamada
2018-11-13  9:47   ` Richard Weinberger
2018-12-08  6:35     ` Masahiro Yamada
2018-12-08  8:54       ` Richard Weinberger
2018-12-08 19:18         ` Masahiro Yamada
2018-12-09 11:06   ` [tip:x86/build] x86/um: Remove " tip-bot for Masahiro Yamada
2018-11-12  2:35 ` [PATCH 2/2] x86, powerpc: remove -funit-at-a-time compiler option entirely Masahiro Yamada
2018-11-12  3:01   ` Ingo Molnar
2018-11-12 11:22   ` Michael Ellerman
2018-12-08  6:36     ` Masahiro Yamada
2018-12-08 11:33       ` Borislav Petkov
2018-12-08 19:17         ` Masahiro Yamada
2018-12-09 11:07   ` [tip:x86/build] x86, powerpc: Remove " tip-bot for Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).