lede/toolchain/gcc/Config.version

29 lines
502 B
Plaintext
Raw Normal View History

2020-07-02 15:30:56 +00:00
config GCC_VERSION_7
default y if GCC_USE_VERSION_7
2018-09-07 05:43:55 +00:00
bool
2020-07-02 15:30:56 +00:00
config GCC_VERSION_9
default y if GCC_USE_VERSION_9
2018-09-07 05:43:55 +00:00
bool
config GCC_VERSION_10
default y if GCC_USE_VERSION_10
bool
config GCC_VERSION_11
default y if GCC_USE_VERSION_11
bool
2017-09-06 11:19:45 +00:00
config GCC_VERSION
string
2020-07-02 15:30:56 +00:00
default "7.5.0" if GCC_VERSION_7
default "9.3.0" if GCC_VERSION_9
default "10.3.0" if GCC_VERSION_10
2022-09-09 02:38:32 +00:00
default "11.3.0" if GCC_VERSION_11
2020-07-02 15:30:56 +00:00
default "8.4.0"
config GCC_USE_IREMAP
bool
default y if GCC_USE_VERSION_7
2020-07-02 15:30:56 +00:00
default n