diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-12-22 18:03:54 -0600 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-12-22 18:03:54 -0600 |
commit | bb1c04329c4eaf1cdb78095f945123514667ffb9 (patch) | |
tree | 583425686fd40d688122dee8cea09abcc66a55b3 /data/buildscripts/toolchain-windows.sh | |
parent | 6770b5e366c28c7b2378bef29c5817a45eb45214 (diff) |
Updated build scripts for multiarch v38.x
Diffstat (limited to 'data/buildscripts/toolchain-windows.sh')
-rw-r--r-- | data/buildscripts/toolchain-windows.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/buildscripts/toolchain-windows.sh b/data/buildscripts/toolchain-windows.sh index 18073a0..4faddfb 100644 --- a/data/buildscripts/toolchain-windows.sh +++ b/data/buildscripts/toolchain-windows.sh @@ -15,7 +15,10 @@ wget http://gcc.fyxm.net/releases/gcc-4.9.1/gcc-4.9.1.tar.bz2 tar -jxf gcc-4.9.1.tar.bz2 git clone git://git.code.sf.net/p/mingw-w64/mingw-w64 cd mingw-w64 -git checkout 469ed5d227202b373409c8a3b4c1358be39b9983 +#git checkout 5db531 +#git checkout 7268caece9b4cb33ff698306e51140b11d7656b0 +#git checkout master +git checkout a883b47a45ff74ced41dfbd9f748d5c2c61f3c01 cd .. git clone https://git.torproject.org/builders/tor-browser-bundle.git PATCHES=$WD/tor-browser-bundle/gitian/patches |