Summary: | sys-kernel/genkernel: disable CONFIG_CC_OPTIMIZE_FOR_SIZE | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | Nikoli <nikoli> |
Component: | genkernel | Assignee: | Fabio Erculiani (RETIRED) <lxnay> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | niks1024, zerochaos |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 472470 | ||
Bug Blocks: |
Description
Nikoli
2013-06-25 13:49:41 UTC
agreed, the change has been made on x86/x86_64 for genkernel. any other changes will need to come from respective arch teams git commit f7fc9dca47d5c5d6ea5b894e232068e464353658 reassigning to genkernel-next maintainer to see if they would also like to make this change As of v3.4.52, the genkernel has imported RHEL6's config file generation infrastructure and config files with additional changes to better suit Gentoo users. https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=3b2a190062f6a15af1aba3565e9bdb8fcdc5056a The default kernel configuration files are generated by combining defaults/kernel-generic-config with arch/$ARCH/arch-config to create arch/$ARCH/generated-config. That is then run through oldconfig when genkernel is asked to compile a kernel where there is no pre-existing .config present. The kernel-config files are still around for convenience because they had not been fully analyzed on more obscure architectures, but they will be removed from the repository as part of future clean up. |