diff options
| author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-12 21:50:31 -0800 |
|---|---|---|
| committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-12 21:50:31 -0800 |
| commit | 57de8dcf22d5ddddee6a44f87f45f2c279fdb1ac (patch) | |
| tree | 9477fd0a23bbe297fd11178b7ed6cd8c3c8a268a /config/companion_libs | |
| parent | 4c9218d51dc3c6c84a8d5c488f234ed7575107c6 (diff) | |
| parent | 5f3774cd656ba54200cb192fc1454c5232347b70 (diff) | |
| download | crosstool-ng-57de8dcf22d5ddddee6a44f87f45f2c279fdb1ac.tar.gz crosstool-ng-57de8dcf22d5ddddee6a44f87f45f2c279fdb1ac.tar.bz2 crosstool-ng-57de8dcf22d5ddddee6a44f87f45f2c279fdb1ac.zip | |
Merge pull request #239 from diorcety-ctng/cc-cygwin-mingw-linux
Canadian cross build = x86_64 Cygwin host = x86_64 MinGW_W64 target = x86_64 GNU/Linux
Diffstat (limited to 'config/companion_libs')
| -rwxr-xr-x | config/companion_libs/gettext.in | 19 | ||||
| -rw-r--r-- | config/companion_libs/libiconv.in | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/config/companion_libs/gettext.in b/config/companion_libs/gettext.in new file mode 100755 index 00000000..ef5e5a52 --- /dev/null +++ b/config/companion_libs/gettext.in @@ -0,0 +1,19 @@ +# gettext options + +choice + bool + prompt "gettext version" +# Don't remove next line +# CT_INSERT_VERSION_BELOW + +config GETTEXT_V_0_19_6 + bool + prompt "0.19.6" + +endchoice + +config GETTEXT_VERSION + string +# Don't remove next line +# CT_INSERT_VERSION_STRING_BELOW + default "0.19.6" if GETTEXT_V_0_19_6 diff --git a/config/companion_libs/libiconv.in b/config/companion_libs/libiconv.in new file mode 100644 index 00000000..361d34e0 --- /dev/null +++ b/config/companion_libs/libiconv.in @@ -0,0 +1,19 @@ +# libiconv options + +choice + bool + prompt "libiconv version" +# Don't remove next line +# CT_INSERT_VERSION_BELOW + +config LIBICONV_V_1_14 + bool + prompt "1.14" + +endchoice + +config LIBICONV_VERSION + string +# Don't remove next line +# CT_INSERT_VERSION_STRING_BELOW + default "1.14" if LIBICONV_V_1_14 |
