1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
ZyXEL_PMG5617GA/toolchain/gcc/Config.version
2022-11-27 10:16:14 +00:00

67 lines
1.3 KiB
Plaintext

config GCC_VERSION_4_3_4
bool
config GCC_VERSION_4_3_6
bool
config GCC_VERSION_4_4_2
bool
config GCC_VERSION_4_4_7
default y if (!TOOLCHAINOPTS && avr32)
bool
config GCC_VERSION_4_6_2
bool
config GCC_VERSION_4_6_3
bool
config GCC_VERSION_4_7_2
bool
config GCC_VERSION_4_6_LINARO
default y if (!TOOLCHAINOPTS && !avr32)
bool
config GCC_VERSION_4_7_LINARO
bool
config GCC_VERSION_4_8_0
bool
config GCC_VERSION
string
default "4.3.4" if GCC_VERSION_4_3_4
default "4.3.6" if GCC_VERSION_4_3_6
default "4.4.2" if GCC_VERSION_4_4_2
default "4.4.7" if GCC_VERSION_4_4_7
default "4.6.2" if GCC_VERSION_4_6_2
default "4.6.3" if GCC_VERSION_4_6_3
default "4.7.2" if GCC_VERSION_4_7_2
default "4.6-linaro" if GCC_VERSION_4_6_LINARO
default "4.7-linaro" if GCC_VERSION_4_7_LINARO
default "4.8.0" if GCC_VERSION_4_8_0
default "4.6-linaro"
config GCC_VERSION_4_3
bool
default y if GCC_VERSION_4_3_6 || GCC_VERSION_4_3_4
config GCC_VERSION_4_4
bool
default y if GCC_VERSION_4_4_7 || GCC_VERSION_4_4_2
config GCC_VERSION_4_6
bool
default y if (GCC_VERSION_4_6_2 || GCC_VERSION_4_6_3 || GCC_VERSION_4_6_LINARO)
config GCC_VERSION_4_7
bool
default y if (GCC_VERSION_4_7_2 || GCC_VERSION_4_7_LINARO)
config GCC_VERSION_4_8
bool
default y if GCC_VERSION_4_8_0