>From aacfc3c28ea85cd6879bb45eba2eaa99b828c472 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 20 Jan 2016 18:26:21 +0100 Subject: [PATCH 4/4] Consistently use i686-w64-mingw32 host option value Even though it doesn't really matter currently (especially for mpatrol which doesn't use the config_options variable at all anyhow), still use the same --host value in all makefiles, just for consistency. --- install_libxml2_libxslt.make | 2 +- install_mpatrol.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_libxml2_libxslt.make b/install_libxml2_libxslt.make index 8e13366..a03c687 100644 --- a/install_libxml2_libxslt.make +++ b/install_libxml2_libxslt.make @@ -55,7 +55,7 @@ mingw_bin_dir := $(mingw_dir)/bin common_options := \ --build=i686-pc-cygwin \ - --host=i686-pc-mingw32 \ + --host=i686-w64-mingw32 \ --disable-dependency-tracking \ --disable-static \ --enable-shared \ diff --git a/install_mpatrol.make b/install_mpatrol.make index a33ff04..dc42ea6 100644 --- a/install_mpatrol.make +++ b/install_mpatrol.make @@ -64,7 +64,7 @@ mpatrol_makefile := mpatrol-mingw-GNUmakefile config_options = \ --prefix=$(prefix) \ --build=i686-pc-cygwin \ - --host=i686-pc-mingw32 \ + --host=i686-w64-mingw32 \ --other_options \ AR='$(mingw_bin_dir)/ar' \ AS='$(mingw_bin_dir)/as' \ -- 2.5.1