mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-20 03:36:37 +00:00
Add expat 2.1.1 and 2.2.0.
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
949cc86ab7
commit
ac9f361f8a
@ -6,9 +6,13 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config EXPAT_V_2_1_0
|
||||
config EXPAT_V_2_2_0
|
||||
bool
|
||||
prompt "2.1.0"
|
||||
prompt "2.2.0"
|
||||
|
||||
config EXPAT_V_2_1_1
|
||||
bool
|
||||
prompt "2.1.1"
|
||||
|
||||
endchoice
|
||||
|
||||
@ -16,4 +20,5 @@ config EXPAT_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.1.0" if EXPAT_V_2_1_0
|
||||
default "2.2.0" if EXPAT_V_2_2_0
|
||||
default "2.1.1" if EXPAT_V_2_1_1
|
||||
|
Loading…
Reference in New Issue
Block a user