| # Version number of the x86 host toolchain for untrusted targets. |
| # Each of these toolchain revision numbers should only be updated |
| # whenever there has been a real change to the corresponding |
| # toolchain, so that new toolchain tarballs are not downloaded |
| # unnecessarily. There is no need to keep these numbers in sync |
| # with each other. |
| NEWLIB_VERSION=12464 |
| GLIBC_VERSION=12421 |
| PNACL_VERSION=12534 |
| |
| # ARM trusted toolchain is just a sysroot image. The trusted cross |
| # compiler comes from the debian/ubuntu package. |
| ARM_TRUSTED_VERSION=12292 |
| |
| # TODO(bradnelson): Provide an automated way to update this. |
| # |
| # To update manually, go to the toolchain waterfall: |
| # http://build.chromium.org/p/client.nacl.toolchain/console |
| # In the "merged" view choose a green build from native-newlib-arm and |
| # update the revision (leftmost column) below. Visit each of the Linux, |
| # Mac and Win builders and obtain the download URL for their GCC and |
| # binutils tarballs. Obtain the ALL_NEWLIB and ALL_GCC_LIBS hashes from |
| # the linux build. Finally, update the tool hashes below. |
| # |
| # ARM untrusted toolchain component versions to use. |
| # Results of toolchain_build.py revision: 12542 |
| LINUX_BINUTILS_ARM=binutils_arm_i686_linux_74e788c535d9dc62473a888d219f5a7b56660ce6 |
| LINUX_GCC_ARM=gcc_arm_i686_linux_c872453a98a18b7bb54ba11cddd693465bb889f9 |
| MAC_BINUTILS_ARM=binutils_arm_x86_64_apple_darwin_3d73d6fb3cf790236fa9abd4fae7401cbc001c41 |
| MAC_GCC_ARM=gcc_arm_x86_64_apple_darwin_300d6cf5044d00401efbc448f59929095871d449 |
| WIN_BINUTILS_ARM=binutils_arm_i686_w64_mingw32_8ddab4a8c28c33c6ce0e60bf027609489ca1ac17 |
| WIN_GCC_ARM=gcc_arm_i686_w64_mingw32_fc9f2a8cfa2318548ea9487222d1b5212119f78f |
| ALL_NEWLIB_ARM=newlib_arm_08fd89a10361bc848262e84f78693f7f4ae2bf0f |
| ALL_GCC_LIBS_ARM=gcc_libs_arm_aab8a242dbc89cf2ac413c596f3ad78c58212fab |
| |
| # Tool hashes |
| # In order to get the new hashes after changing the revs above |
| # run: build/download_toolchains.py --arm-untrusted --hash |
| NACL_TOOL_ALL_GCC_LIBS_ARM_HASH=8d00d848936262a6a947fad2b66d17475b9603ee |
| NACL_TOOL_ALL_NEWLIB_ARM_HASH=b439be025d2f6d113f4b697c726e8fd947adc90a |
| NACL_TOOL_LINUX_BINUTILS_ARM_HASH=e80e3955d4eae757d5f462bc94764003b04d23c6 |
| NACL_TOOL_LINUX_GCC_ARM_HASH=2e574c7b31d99fc6dd23260d9564d9db160f8ebf |
| NACL_TOOL_MAC_BINUTILS_ARM_HASH=4a8dbc7a5e2dc59881b4d4e334b39e6befbb41fc |
| NACL_TOOL_MAC_GCC_ARM_HASH=40f5c88e883256cb8a314340a3b13e79394ee64a |
| NACL_TOOL_WIN_BINUTILS_ARM_HASH=a5a0dfeb6953d33cdfd55c957874ffbe32ab812e |
| NACL_TOOL_WIN_GCC_ARM_HASH=b134389327d30903e830654c045a73244baa5033 |
| NACL_TOOL_LINUX_ARM-TRUSTED_HASH=dbea575fc43c5c20d61f706d165888f2509fdbe8 |
| NACL_TOOL_LINUX_X86_HASH=a9c6beffc24ece6ec993a2a7d3df73fdef3450fc |
| NACL_TOOL_LINUX_X86_NEWLIB_HASH=375b8f11781828cdc72146f0c18b4d3084d11bd5 |
| NACL_TOOL_MAC_X86_HASH=c8e8e593128342e0392f08765a7535cbc9cf6b9b |
| NACL_TOOL_MAC_X86_NEWLIB_HASH=78b986e038feed222623df44f815f5a0f07bf8b1 |
| NACL_TOOL_PNACL_LINUX_X86_HASH=291d90c75de219eb4247208e6553619e4f379564 |
| NACL_TOOL_PNACL_MAC_X86_HASH=4fa26a46d4168f4fa80772d58997662dbbea34d3 |
| NACL_TOOL_PNACL_TRANSLATOR_HASH=f95607febc0f20a49091e469c3eb89f3da1d57a8 |
| NACL_TOOL_PNACL_WIN_X86_HASH=2bdf3d34be3f03637776d6b3df71d26336715ec9 |
| NACL_TOOL_WIN_X86_HASH=5edcb71c6dfce585bbe727010c8d6b535a6e9f42 |
| NACL_TOOL_WIN_X86_NEWLIB_HASH=696a8cef5f1d08692908603ce49643bb42224b50 |