It is necessary to use GCC9 for building Linux 5.4.x version for
archs38, in GCC8 the critical fixes are missing and ICE appears
during building.

Signed-off-by: Evgeniy Didin <evgeniy.di...@synopsys.com>
Cc: Alexey Brodkin <abrod...@synopsys.com>
Cc: Petr Štetiar <yn...@true.cz>
Cc: Hauke Mehrtens <ha...@hauke-m.de>
Cc: John Crispin <j...@phrozen.org>
---
 toolchain/gcc/Config.version | 1 +
 1 file changed, 1 insertion(+)

diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 7819e9d039..235a126598 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -8,6 +8,7 @@ config GCC_VERSION_7
 
 config GCC_VERSION_9
        default y if GCC_USE_VERSION_9
+       default y if TARGET_archs38
        bool
 
 config GCC_VERSION
-- 
2.23.0


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to