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 /patches | |
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 'patches')
-rwxr-xr-x | patches/libtool/2.4.6/2.4.5-pass-ldflags.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/libtool/2.4.6/2.4.5-pass-ldflags.patch b/patches/libtool/2.4.6/2.4.5-pass-ldflags.patch new file mode 100755 index 00000000..d35e3432 --- /dev/null +++ b/patches/libtool/2.4.6/2.4.5-pass-ldflags.patch @@ -0,0 +1,12 @@ +--- libtool-2.4.5.orig/build-aux/ltmain.in 2015-01-16 12:52:04.000000000 -0600 ++++ libtool-2.4.5/build-aux/ltmain.in 2015-02-07 22:45:14.421079200 -0600 +@@ -5356,7 +5356,8 @@ func_mode_link () + # -stdlib=* select c++ std lib with clang + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ +- -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) ++ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ ++ -shared-libgcc|-static-libgcc|-static-libgfortran|-static-libstdc++) + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result + func_append compile_command " $arg" |