Bug 1261503 - Update win32 rustc to support i586-pc-windows-msvc. r=mshal

Update win32 builds to use a Repack of today's (2016 April 1)
rustc nightly for i686-pc-windows-msvc host and
i586-pc-windows-msvc target.

This should properly support machines without sse2 instructions.
This commit is contained in:
Ralph Giles 2016-04-01 10:46:06 -07:00
parent 5c506bf453
commit 40394ef9d9
2 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@
"filename": "mozmake.exe"
},
{
"size": 78886322,
"digest": "9c2c40637de27a0852aa1166f2a08159908b23f7a55855c933087c541461bbb2a1ec9e0522df0d2b9da2b2c343b673dbb5a2fa8d30216fe8acee1eb1383336ea",
"size": 51746920,
"digest": "9d886f27b50ad0479062674e815f3a99bd75dbcf2e3932090352f2866fc90cc8d8aea0e790a42baba3bee302f43d236cce7377d469bb665e5d5a3f5edf05d0c5",
"algorithm": "sha512",
"filename": "rustc-beta-i686-pc-windows-msvc.tar.bz2",
"filename": "rustc.tar.bz2",
"unpack": true
},
{

View File

@ -106,7 +106,7 @@ AC_DEFUN([MOZ_RUST_SUPPORT], [
i*86-pc-mingw32)
# XXX better detection of CXX needed here, to figure out whether
# we need i686-pc-windows-gnu instead, since mingw32 builds work.
rust_target=i686-pc-windows-msvc
rust_target=i586-pc-windows-msvc
;;
x86_64-pc-mingw32)
# XXX and here as well