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 <[email protected]>
Cc: Alexey Brodkin <[email protected]>
Cc: Petr Štetiar <[email protected]>
Cc: Hauke Mehrtens <[email protected]>
Cc: John Crispin <[email protected]>
---
 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
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to