From 0f499372c05cd42fd6fd85c061a39ad49bccdbda Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Tue, 6 Jul 2021 01:21:46 +0200 Subject: toolchain: add gcc 11 version Add gcc 11 version. Same patches of gcc 10. Build tested on: ipq806x ipq807x Run tested on: ipq806x ipq807x Signed-off-by: Ansuel Smith [refresh patches] Signed-off-by: Hauke Mehrtens --- toolchain/gcc/Config.version | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toolchain/gcc/Config.version') diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 4e141477a5..e8cc3215be 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -10,11 +10,16 @@ config GCC_VERSION_10 default y if GCC_USE_VERSION_10 bool +config GCC_VERSION_11 + default y if GCC_USE_VERSION_11 + bool + config GCC_VERSION string default "7.5.0" if GCC_VERSION_7 default "9.3.0" if GCC_VERSION_9 default "10.3.0" if GCC_VERSION_10 + default "11.1.0" if GCC_VERSION_11 default "8.4.0" config GCC_USE_IREMAP -- cgit v1.2.3