lede/toolchain/gcc/Config.version

15 lines
328 B
Plaintext
Raw Normal View History

2018-02-08 22:08:32 +08:00
config GCC_VERSION_7_1_ARC
2017-09-06 19:19:45 +08:00
default y if (!TOOLCHAINOPTS && arc)
bool
config GCC_VERSION
string
2018-02-08 22:08:32 +08:00
default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
2017-09-06 19:19:45 +08:00
default "6.3.0" if GCC_USE_VERSION_6
2018-02-08 22:08:32 +08:00
default "7.3.0" if GCC_USE_VERSION_7
default "5.5.0"
2017-09-06 19:19:45 +08:00
2018-02-08 22:08:32 +08:00
config GCC_VERSION_7_1
2017-09-06 19:19:45 +08:00
bool
2018-02-08 22:08:32 +08:00
default y if GCC_VERSION_7_1_ARC