OLD | NEW |
1 # Version number of the x86 host toolchain for untrusted targets. | 1 # Version number of the x86 host toolchain for untrusted targets. |
2 # Each of these toolchain revision numbers should only be updated | 2 # Each of these toolchain revision numbers should only be updated |
3 # whenever there has been a real change to the corresponding | 3 # whenever there has been a real change to the corresponding |
4 # toolchain, so that new toolchain tarballs are not downloaded | 4 # toolchain, so that new toolchain tarballs are not downloaded |
5 # unnecessarily. There is no need to keep these numbers in sync | 5 # unnecessarily. There is no need to keep these numbers in sync |
6 # with each other. | 6 # with each other. |
7 NEWLIB_VERSION=9338 | 7 NEWLIB_VERSION=9432 |
8 GLIBC_VERSION=9338 | 8 GLIBC_VERSION=9432 |
9 PNACL_VERSION=9407 | 9 PNACL_VERSION=9407 |
10 | 10 |
11 # ARM trusted toolchain version cannot be changed for now. | 11 # ARM trusted toolchain version cannot be changed for now. |
12 ARM_TRUSTED_VERSION=7004 | 12 ARM_TRUSTED_VERSION=7004 |
13 | 13 |
14 # Tool hashes | 14 # Tool hashes |
15 NACL_TOOL_LINUX_ARM-TRUSTED_HASH=ec30c10c190854804c6f7700825457ff390ee06f | 15 NACL_TOOL_LINUX_ARM-TRUSTED_HASH=ec30c10c190854804c6f7700825457ff390ee06f |
16 NACL_TOOL_LINUX_X86_HASH=d1de3b09ea064628bfbc63b23542c8d8611a750e | 16 NACL_TOOL_LINUX_X86_HASH=5cdc25fe870f9f6fdcae3133bcf6e8d03099fa00 |
17 NACL_TOOL_LINUX_X86_NEWLIB_HASH=b7598727690fae24d0d588d936b3392673fb983e | 17 NACL_TOOL_LINUX_X86_NEWLIB_HASH=27953a0f00366c0563ed1d541875a44aa2f4f4da |
18 NACL_TOOL_MAC_X86_HASH=50edf493f9f7668c33131701929d21090ad7d7c4 | 18 NACL_TOOL_MAC_X86_HASH=732f0d9f28d15d17c61fcdcdb5658ac25c217265 |
19 NACL_TOOL_MAC_X86_NEWLIB_HASH=19194906374aed2b75ce39776fba62c49a6bfe85 | 19 NACL_TOOL_MAC_X86_NEWLIB_HASH=172efaa4c1033fa86322fb6e2303264a21bdad08 |
20 NACL_TOOL_PNACL_LINUX_X86_32_HASH=fe9d1c5ba21f28e851861d05d59f7e5366cb0e5d | 20 NACL_TOOL_PNACL_LINUX_X86_32_HASH=fe9d1c5ba21f28e851861d05d59f7e5366cb0e5d |
21 NACL_TOOL_PNACL_LINUX_X86_64_HASH=4a40fd109512a3acf539f837d33338e5a6fc8516 | 21 NACL_TOOL_PNACL_LINUX_X86_64_HASH=4a40fd109512a3acf539f837d33338e5a6fc8516 |
22 NACL_TOOL_PNACL_MAC_X86_32_HASH=74e8f3522223795a403d5fa022792cda6e0702bd | 22 NACL_TOOL_PNACL_MAC_X86_32_HASH=74e8f3522223795a403d5fa022792cda6e0702bd |
23 NACL_TOOL_PNACL_TRANSLATOR_HASH=8f8d9e4a337fb71e1e3d74db5b226afff6a45c87 | 23 NACL_TOOL_PNACL_TRANSLATOR_HASH=8f8d9e4a337fb71e1e3d74db5b226afff6a45c87 |
24 NACL_TOOL_PNACL_WIN_X86_32_HASH=a77eb6fe1e827eb35b4faa66e231438a6df4df81 | 24 NACL_TOOL_PNACL_WIN_X86_32_HASH=a77eb6fe1e827eb35b4faa66e231438a6df4df81 |
25 NACL_TOOL_WIN_X86_HASH=0d16e0389ae44464a06a1be8c1aa281a42f6d040 | 25 NACL_TOOL_WIN_X86_HASH=131b405582c97017533a0aeb5598599528556af5 |
26 NACL_TOOL_WIN_X86_NEWLIB_HASH=1a7547b4ec46caba476c381479079a75ab646e24 | 26 NACL_TOOL_WIN_X86_NEWLIB_HASH=021be99dc4da90932344ea1dcd831d51212b19e0 |
OLD | NEW |