diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-13 15:52:25 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-13 21:47:03 -0800 |
commit | ac9f361f8a2236a92bb456fb9d8682e0600a9fcb (patch) | |
tree | a675873b6008b2342d96a29650ab6bdc9ea2fb21 | |
parent | 949cc86ab755ff4fb5971a304ce97c3885fc360e (diff) | |
download | crosstool-ng-ac9f361f8a2236a92bb456fb9d8682e0600a9fcb.tar.gz crosstool-ng-ac9f361f8a2236a92bb456fb9d8682e0600a9fcb.tar.bz2 crosstool-ng-ac9f361f8a2236a92bb456fb9d8682e0600a9fcb.zip |
Add expat 2.1.1 and 2.2.0.
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | config/companion_libs/expat.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/config/companion_libs/expat.in b/config/companion_libs/expat.in index 1dff4a79..3f2ebd28 100644 --- a/config/companion_libs/expat.in +++ b/config/companion_libs/expat.in @@ -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 |