diff options
author | Ray Donnelly <mingw.android@gmail.com> | 2015-10-24 01:50:17 +0100 |
---|---|---|
committer | Ray Donnelly <mingw.android@gmail.com> | 2015-11-13 02:17:46 +0000 |
commit | 06855ab27e8cef1fe3de56b4955967d9411c6248 (patch) | |
tree | 80c73538a58781ec9c768d693f2ffdba42d3cefc /scripts | |
parent | 9e81836b8124efd11805e8050034492a8831208b (diff) | |
download | crosstool-ng-06855ab27e8cef1fe3de56b4955967d9411c6248.tar.gz crosstool-ng-06855ab27e8cef1fe3de56b4955967d9411c6248.tar.bz2 crosstool-ng-06855ab27e8cef1fe3de56b4955967d9411c6248.zip |
libtool: Update to 2.4.6 and patch for Cygwin
Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--] | scripts/build/companion_tools/400-libtool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/companion_tools/400-libtool.sh b/scripts/build/companion_tools/400-libtool.sh index 9ddf00f7..43d1f053 100644..100755 --- a/scripts/build/companion_tools/400-libtool.sh +++ b/scripts/build/companion_tools/400-libtool.sh @@ -1,6 +1,6 @@ # Build script for libtool -CT_LIBTOOL_VERSION=2.2.6b +CT_LIBTOOL_VERSION=2.4.6 do_companion_tools_libtool_get() { CT_GetFile "libtool-${CT_LIBTOOL_VERSION}" \ |