From 6d58f69c67b6bf487cda4312e1d8b2a4525e5217 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Tue, 14 Jan 2020 17:35:26 +0100 Subject: reason: remove disabled OPTIMIZE_INLINING check reason does now properly handle this check, so remove the local hack. Signed-off-by: Robert Schwebel --- configs/bsp.ref | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'configs/bsp.ref') diff --git a/configs/bsp.ref b/configs/bsp.ref index d763863..e8e551c 100644 --- a/configs/bsp.ref +++ b/configs/bsp.ref @@ -1,21 +1,2 @@ includes: - file: ptxdist.ref - -kernel_optimize_inlining: - history: - kernel_config_arm.ref: - description: | - Kernel 5.2+ has an option which allows the compiler to ignore the inline - keyword and only use the compiler heuristics to decide which functions to - inline. This may yield smaller and faster kernel binaries, but at least - with kernel 5.2 and OSELAS.Toolchain 2018.12.0 it also leads to non-working - kernel binaries in some cases. Disable this option until the failure is - understood and fixed. - See - https://lkml.kernel.org/r/20190830034304.24259-1-yamada.masahiro@socionext.com - for a discussion of this issue. - Since 5.4 the option cannot be configured any more, disable for - now. - analyzer: kconfig.KernelConfig()['OPTIMIZE_INLINING'] - value: True - value: False -- cgit v1.2.3