Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 753236ea224998cb06c695947bfbd0b27f1a74df https://github.com/crosstool-ng/crosstool-ng/commit/753236ea224998cb06c695947bfbd0b27f1a74df Author: Alexey Neyman Date: 2017-05-24 (Wed, 24 May 2017) Changed paths: A patches/zlib/1.2.11/120-mingw-static-only.patch M scripts/build/companion_libs/050-zlib.sh Log Message: ----------- Handle ming32 as a host zlib refuses to run configure with mingw32 host and insists that win32/Makefile.gcc is used instead. This requires a change in this Makefile to support static-only builds. Fixes #694. Signed-off-by: Alexey Neyman Commit: 20a8525e8bafb4a66f43bb1486ece439e3e0d95d https://github.com/crosstool-ng/crosstool-ng/commit/20a8525e8bafb4a66f43bb1486ece439e3e0d95d Author: Alexey Neyman Date: 2017-05-24 (Wed, 24 May 2017) Changed paths: M config/cc/gcc.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- Retire CT_CC_GCC_TARGET_FINAL Make this behavior default in case the core gcc backend is used for final compiler (i.e., for baremetal configurations). Not setting this option breaks canadian baremetal configurations, and not setting it makes little sense at all in any baremetal configuration (since in baremetal we don't have any libc to begin with). Signed-off-by: Alexey Neyman Commit: 42b3dde819df3ce54c5ee2c694d8daa0594056d0 https://github.com/crosstool-ng/crosstool-ng/commit/42b3dde819df3ce54c5ee2c694d8daa0594056d0 Author: Alexey Neyman Date: 2017-05-25 (Thu, 25 May 2017) Changed paths: M config/cc/gcc.in.2 A patches/zlib/1.2.11/120-mingw-static-only.patch M scripts/build/cc/100-gcc.sh M scripts/build/companion_libs/050-zlib.sh Log Message: ----------- Merge pull request #722 from stilor/mingw-host Mingw host Compare: https://github.com/crosstool-ng/crosstool-ng/compare/f975aea2f8bc...42b3dde819df