mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
23aef79883
Signed-off-by: Alexey Neyman <stilor@att.net>
26 lines
426 B
Plaintext
26 lines
426 B
Plaintext
# expat config file
|
|
|
|
choice
|
|
bool
|
|
prompt "expat version"
|
|
# Don't remove next line
|
|
# CT_INSERT_VERSION_BELOW
|
|
|
|
config EXPAT_V_2_2_0
|
|
bool
|
|
prompt "2.2.0"
|
|
|
|
config EXPAT_V_2_1_1
|
|
bool
|
|
prompt "2.1.1 (OBSOLETE)"
|
|
depends on OBSOLETE
|
|
|
|
endchoice
|
|
|
|
config EXPAT_VERSION
|
|
string
|
|
# Don't remove next line
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
|
default "2.2.0" if EXPAT_V_2_2_0
|
|
default "2.1.1" if EXPAT_V_2_1_1
|