mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-25 23:41:05 +00:00
20 lines
304 B
Plaintext
20 lines
304 B
Plaintext
|
# expat config file
|
||
|
|
||
|
choice
|
||
|
bool
|
||
|
prompt "expat version"
|
||
|
# Don't remove next line
|
||
|
# CT_INSERT_VERSION_BELOW
|
||
|
|
||
|
config EXPAT_V_2_1_0
|
||
|
bool
|
||
|
prompt "2.1.0"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config EXPAT_VERSION
|
||
|
string
|
||
|
# Don't remove next line
|
||
|
# CT_INSERT_VERSION_STRING_BELOW
|
||
|
default "2.1.0" if EXPAT_V_2_1_0
|