layerscape: armv8_64b: do not disable CONFIG_IP_ADVANCED_ROUTER
[openwrt/staging/dedeckeh.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_7
2 default y if GCC_USE_VERSION_7
3 bool
4
5 config GCC_VERSION_9
6 default y if GCC_USE_VERSION_9
7 bool
8
9 config GCC_VERSION_10
10 default y if GCC_USE_VERSION_10
11 bool
12
13 config GCC_VERSION_11
14 default y if GCC_USE_VERSION_11
15 bool
16
17 config GCC_VERSION
18 string
19 default "7.5.0" if GCC_VERSION_7
20 default "9.3.0" if GCC_VERSION_9
21 default "10.3.0" if GCC_VERSION_10
22 default "11.1.0" if GCC_VERSION_11
23 default "8.4.0"
24
25 config GCC_USE_IREMAP
26 bool
27 default y if GCC_USE_VERSION_7
28 default n