Update mingw environment to work with mingw-64 toolchain on F17
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 15 Jul 2013 17:44:11 +0000 (13:44 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 15 Jul 2013 17:44:11 +0000 (13:44 -0400)
tools/windows_packaging/mingw-env.sh

index c6747ae03bebe5263254ddec046b75237a022616..37a575885f97bab8ae0bf2dd5c67a0e26454a205 100644 (file)
@@ -5,12 +5,12 @@ BASE=$(dirname $BASE) # up one
 BASE=$(dirname $BASE) # up one more
 BASE=$(dirname $BASE) # up one more
 
-HOST=i686-pc-mingw32
+HOST=i686-w64-mingw32
 MINGW_ROOT=/usr/$HOST/sys-root/mingw
 
 export PKG_CONFIG_PREFIX=$MINGW_ROOT
 export PKG_CONFIG_LIBDIR=$MINGW_ROOT/lib/pkgconfig
-export PKGCONFIG=mingw32-pkg-config
+export PKGCONFIG=pkg-config
 export AR=$HOST-ar
 export RANLIB=$HOST-ranlib
 export CC=$HOST-gcc