]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kbuild: remove cc-option-align
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 19 Jun 2017 07:28:22 +0000 (16:28 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Jun 2017 03:43:00 +0000 (12:43 +0900)
commit39a33ff80a259b2bddebb236549baee55f9b4f41
tree4d73506128c38c59b8ad32568895753910bc41b7
parentae3f4151737d2aad271e5b1f2553c5d56e52850c
kbuild: remove cc-option-align

Documentation/kbuild/makefiles.txt says the change for align options
occurred at GCC 3.0, and Documentation/process/changes.rst says the
minimal supported GCC version is 3.2, so it should be safe to hard-code
-falign* options.

Fix the only user arch/x86/Makefile_32.cpu and remove cc-option-align.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Documentation/kbuild/makefiles.txt
arch/x86/Makefile_32.cpu
scripts/Kbuild.include