Friday November 22, 2024 02:15:24 UTC |
GCC 4.9+ - Kernel Patch | ||||||||||||||||||||||||||||||||||||||||
The original patch listed on this page was built for the purpose of being able to compile the Linux kernel with optimizations for more recent AMD and Intel CPU microarchitectures as supported by newer GCC compiler versions.
------- Graysky has been keeping the patch updated with the new kernel versions up to kernel 4.9 and GCC versions 4.9+. I would like to say thanks for keeping this updated. https://github.com/graysky2/kernel_gcc_patch ------- GCC has changes with the naming conventions for the Intel -march flags to use the processor code names. For example, Nehalem instead of corei7. I used the old naming convention for now for backwards compatibility with older compiler versions.
Older patches: Kernel 3.14 GCC 4.9 Patch GCC Change History: GCC x86 Options GCC 6 Changes GCC 5 Changes GCC 4.9 Changes GCC 4.8 Changes GCC 4.7 Changes GCC 4.6 Changes |
HOME |