diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-01-25 14:01:34 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-10-09 14:15:53 +0200 |
commit | 1e8882585c6f4a5e7f5e2b4f18cd550aafa6f81d (patch) | |
tree | ec2d34fe2a5013efa7db295f26ef140f8121d424 /target/linux/x86 | |
parent | a45f4f50e16cd2d0370a4470c3ede0c6c7754ba9 (diff) | |
download | upstream-1e8882585c6f4a5e7f5e2b4f18cd550aafa6f81d.tar.gz upstream-1e8882585c6f4a5e7f5e2b4f18cd550aafa6f81d.tar.bz2 upstream-1e8882585c6f4a5e7f5e2b4f18cd550aafa6f81d.zip |
kernel: support gcc-optimized inlining on all architectures
Optimized inlining was disabled by default when gcc 4 was still
relatively new. By now, all gcc versions handle this well and there
seems to be no real reason to keep it x86-only.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14 index 038d874e52..4a81cbc6b8 100644 --- a/target/linux/x86/config-4.14 +++ b/target/linux/x86/config-4.14 @@ -350,7 +350,6 @@ CONFIG_NVRAM=y CONFIG_OLD_SIGACTION=y CONFIG_OLD_SIGSUSPEND3=y CONFIG_OPROFILE_NMI_TIMER=y -# CONFIG_OPTIMIZE_INLINING is not set CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_PC104=y |