commit | 39a33ff80a259b2bddebb236549baee55f9b4f41 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jun 19 16:28:22 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jun 25 12:43:00 2017 +0900 |
tree | 4d73506128c38c59b8ad32568895753910bc41b7 | |
parent | ae3f4151737d2aad271e5b1f2553c5d56e52850c [diff] |
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>