mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 06:41:17 +00:00
244847dae9
gcc9 was never used within a release and the development branch is already on version 10, no need to keep this in tree. Signed-off-by: Paul Spooren <mail@aparcar.org> Acked-by: Rosen Penev <rosenp@gmail.com> Acked-by: Rui Salvaterra <rsalvaterra@gmail.com> Acked-by: Hauke Mehrtens <hauke@hauke-m.de> Acked-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
24 lines
405 B
Plaintext
24 lines
405 B
Plaintext
config GCC_VERSION_7
|
|
default y if GCC_USE_VERSION_7
|
|
bool
|
|
|
|
config GCC_VERSION_8
|
|
default y if GCC_USE_VERSION_8
|
|
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 "8.4.0" if GCC_VERSION_8
|
|
default "11.2.0" if GCC_VERSION_11
|
|
default "10.3.0"
|
|
|
|
config GCC_USE_IREMAP
|
|
bool
|
|
default y if GCC_USE_VERSION_7
|
|
default n
|