diff options
| author | Alexey Neyman <stilor@att.net> | 2015-11-06 22:15:11 -0800 |
|---|---|---|
| committer | Alexey Neyman <stilor@att.net> | 2015-11-13 10:28:44 -0800 |
| commit | ac7ce3847590bd0983c581ad15c01a27c6637f18 (patch) | |
| tree | 7f717ea85dc9ef3b1117b4040edce4cb032d555a /config/companion_libs | |
| parent | 6f7e6b9969681cb3f85464066fa819fa90060783 (diff) | |
| download | crosstool-ng-ac7ce3847590bd0983c581ad15c01a27c6637f18.tar.gz crosstool-ng-ac7ce3847590bd0983c581ad15c01a27c6637f18.tar.bz2 crosstool-ng-ac7ce3847590bd0983c581ad15c01a27c6637f18.zip | |
Convert expat for target into a companion lib.
Expat-for-host to be done.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/companion_libs')
| -rw-r--r-- | config/companion_libs/expat.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/companion_libs/expat.in b/config/companion_libs/expat.in new file mode 100644 index 00000000..1dff4a79 --- /dev/null +++ b/config/companion_libs/expat.in @@ -0,0 +1,19 @@ +# 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 |
