From: Lasse Collin Date: Sun, 21 Dec 2014 17:50:38 +0000 (+0200) Subject: Windows: Fix bin_i486 to bin_i686 in build.bash. X-Git-Tag: v5.2.0~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b85ee0905ec4ab7656d22e63519fdd3bedb21f2e;p=thirdparty%2Fxz.git Windows: Fix bin_i486 to bin_i686 in build.bash. --- diff --git a/windows/build.bash b/windows/build.bash index 3d8fb559..4a6a2843 100644 --- a/windows/build.bash +++ b/windows/build.bash @@ -134,7 +134,7 @@ if [ -d "$MINGW_W32_DIR" ]; then # 32-bit x86, Win95 or later, using MinGW-w32 PATH=$MINGW_W32_DIR/bin:$MINGW_W32_DIR/i686-w64-mingw32/bin:$PATH \ buildit \ - pkg/bin_i486 \ + pkg/bin_i686 \ i686-w64-mingw32 \ '-march=i686 -mtune=generic' # 32-bit x86 with SSE2, Win98 or later, using MinGW-w32