[OpenWrt-Devel] [PATCH 2/5] toolchain/gcc: make GCC9 by default for archs38

Evgeniy Didin Evgeniy.Didin at synopsys.com
Thu Mar 12 09:34:58 EDT 2020


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.Didin at synopsys.com>
Cc: Alexey Brodkin <abrodkin at synopsys.com>
Cc: Petr Štetiar <ynezz at true.cz>
Cc: Hauke Mehrtens <hauke at hauke-m.de>
Cc: John Crispin <john at 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 at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list