Fix binutils-2.24 file type.
authorCarl Hetherington <cth@carlh.net>
Sat, 6 Dec 2014 13:42:27 +0000 (13:42 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 6 Dec 2014 13:42:27 +0000 (13:42 +0000)
build_binutils_windows.sh

index a0b9a309c5df9138facc5796a60d523612217bcf..5fcbcf8047301a78effef3552d1540d70f034b99 100644 (file)
@@ -3,7 +3,7 @@
 # Build binutils running on Windows and targeting Windows.
 # At the moment this is just for addr2line.exe
 
 # Build binutils running on Windows and targeting Windows.
 # At the moment this is just for addr2line.exe
 
-tar xzf Archives/binutils-2.24.tar.gz
+tar xjf Archives/binutils-2.24.tar.bz2
 mkdir -p binutils-windows-build-$MINGW_TARGET
 cd binutils-windows-build-$MINGW_TARGET
 PATH=$MINGW_PREFIX/bin:$PATH ../binutils-2.24/configure --with-sysroot=$MINGW_PREFIX --prefix=/tmp/frobozz --disable-multilib \
 mkdir -p binutils-windows-build-$MINGW_TARGET
 cd binutils-windows-build-$MINGW_TARGET
 PATH=$MINGW_PREFIX/bin:$PATH ../binutils-2.24/configure --with-sysroot=$MINGW_PREFIX --prefix=/tmp/frobozz --disable-multilib \