Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: TOOL_REVISIONS

Issue 23464007: Update glibc revision (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tests/clock/clock_get_test.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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=12034 7 NEWLIB_VERSION=12034
8 GLIBC_VERSION=12034 8 GLIBC_VERSION=12053
9 PNACL_VERSION=12074 9 PNACL_VERSION=12074
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=7005 12 ARM_TRUSTED_VERSION=7005
13 13
14 # TODO(bradnelson): Provide an automated way to update this. 14 # TODO(bradnelson): Provide an automated way to update this.
15 # ARM untrusted toolchain component versions to use. 15 # ARM untrusted toolchain component versions to use.
16 # Results of toolchain_build.py revision: 11957 16 # Results of toolchain_build.py revision: 11957
17 LINUX_GCC_ARM=gcc_arm_f40146b084a38401d0d6a24beeec610a38db6d24 17 LINUX_GCC_ARM=gcc_arm_f40146b084a38401d0d6a24beeec610a38db6d24
18 LINUX_BINUTILS_ARM=binutils_arm_a37b33ea3f4b215fcf09333513b95895a8128361 18 LINUX_BINUTILS_ARM=binutils_arm_a37b33ea3f4b215fcf09333513b95895a8128361
19 MAC_GCC_ARM=gcc_arm_48396a41edb1d579ec05be63eae318f0eac1a497 19 MAC_GCC_ARM=gcc_arm_48396a41edb1d579ec05be63eae318f0eac1a497
20 MAC_BINUTILS_ARM=binutils_arm_6dcdf8ce542a5278bfeb9c45719f1a6872a2199c 20 MAC_BINUTILS_ARM=binutils_arm_6dcdf8ce542a5278bfeb9c45719f1a6872a2199c
21 WIN_GCC_ARM=gcc_arm_29b40ce23269357c5ebefa51e3a96d8bf0cd9f19 21 WIN_GCC_ARM=gcc_arm_29b40ce23269357c5ebefa51e3a96d8bf0cd9f19
22 WIN_BINUTILS_ARM=binutils_arm_df4d358d143e218d052213c3dc2d074fd95e7842 22 WIN_BINUTILS_ARM=binutils_arm_df4d358d143e218d052213c3dc2d074fd95e7842
23 ALL_NEWLIB_ARM=newlib_arm_8c333c5c2fbcad6c39fcc63fb9461db1897ac3ff 23 ALL_NEWLIB_ARM=newlib_arm_8c333c5c2fbcad6c39fcc63fb9461db1897ac3ff
24 ALL_GCC_LIBS_ARM=gcc_libs_arm_bbd35dd29fff8f890e973c435afa1e661f4c6e3d 24 ALL_GCC_LIBS_ARM=gcc_libs_arm_bbd35dd29fff8f890e973c435afa1e661f4c6e3d
25 25
26 # Tool hashes 26 # Tool hashes
27 # In order to get the new hashes after changing the revs above 27 # In order to get the new hashes after changing the revs above
28 # run: build/download_toolchains.py --hash 28 # run: build/download_toolchains.py --hash
29 NACL_TOOL_ALL_GCC_LIBS_ARM_HASH=e8e6fd15b228c7e840a58600fdd7abf38bd2c652 29 NACL_TOOL_ALL_GCC_LIBS_ARM_HASH=e8e6fd15b228c7e840a58600fdd7abf38bd2c652
30 NACL_TOOL_ALL_NEWLIB_ARM_HASH=54d2d9590e42b7cc3e514bcbe59d12249c59719e 30 NACL_TOOL_ALL_NEWLIB_ARM_HASH=54d2d9590e42b7cc3e514bcbe59d12249c59719e
31 NACL_TOOL_LINUX_BINUTILS_ARM_HASH=180e243d520872c26f90ff6a896b92124471243a 31 NACL_TOOL_LINUX_BINUTILS_ARM_HASH=180e243d520872c26f90ff6a896b92124471243a
32 NACL_TOOL_LINUX_GCC_ARM_HASH=eeb6f613e365bcfce115982cf0ed04eaf05b60f7 32 NACL_TOOL_LINUX_GCC_ARM_HASH=eeb6f613e365bcfce115982cf0ed04eaf05b60f7
33 NACL_TOOL_MAC_BINUTILS_ARM_HASH=bf5aa7bbf3f72fc328e32131ff62dcdb11fa895a 33 NACL_TOOL_MAC_BINUTILS_ARM_HASH=bf5aa7bbf3f72fc328e32131ff62dcdb11fa895a
34 NACL_TOOL_MAC_GCC_ARM_HASH=4d133c2f10fe43dabf90c4506d8dce2cf81d745b 34 NACL_TOOL_MAC_GCC_ARM_HASH=4d133c2f10fe43dabf90c4506d8dce2cf81d745b
35 NACL_TOOL_WIN_BINUTILS_ARM_HASH=0ac3efb7baa0c7f4eb84cb0964f984d318eb72ba 35 NACL_TOOL_WIN_BINUTILS_ARM_HASH=0ac3efb7baa0c7f4eb84cb0964f984d318eb72ba
36 NACL_TOOL_WIN_GCC_ARM_HASH=3927a6511a1f9a585e7ac6b60eef3400c0cf9aa3 36 NACL_TOOL_WIN_GCC_ARM_HASH=3927a6511a1f9a585e7ac6b60eef3400c0cf9aa3
37 NACL_TOOL_LINUX_ARM-TRUSTED_HASH=486f32305120a2afba8befc5979b00eee7044675 37 NACL_TOOL_LINUX_ARM-TRUSTED_HASH=486f32305120a2afba8befc5979b00eee7044675
38 NACL_TOOL_LINUX_X86_HASH=b3d0b154e1a1d71669dce7039bf0f555d26b1878 38 NACL_TOOL_LINUX_X86_HASH=0af566230c5d06382d4cf4905b52f7014dea7bf9
39 NACL_TOOL_LINUX_X86_NEWLIB_HASH=d90d7562d87129dc73dcc9beecb04fcd177cc050 39 NACL_TOOL_LINUX_X86_NEWLIB_HASH=d90d7562d87129dc73dcc9beecb04fcd177cc050
40 NACL_TOOL_MAC_X86_HASH=9f9d196d1195d193eb7844c46e34f716707f5565 40 NACL_TOOL_MAC_X86_HASH=95c4ff83dee6478d6c819be3d810ef1d982a74f6
41 NACL_TOOL_MAC_X86_NEWLIB_HASH=f641e62bc711955c78d742cec56e47d90878a8ef 41 NACL_TOOL_MAC_X86_NEWLIB_HASH=f641e62bc711955c78d742cec56e47d90878a8ef
42 NACL_TOOL_PNACL_LINUX_X86_HASH=a345efd81853d3c1a4c8dbc6ad608205f9ae2a51 42 NACL_TOOL_PNACL_LINUX_X86_HASH=a345efd81853d3c1a4c8dbc6ad608205f9ae2a51
43 NACL_TOOL_PNACL_MAC_X86_HASH=6f9550ff6d5d71a177ce00fce4505f3d3c9fc62a 43 NACL_TOOL_PNACL_MAC_X86_HASH=6f9550ff6d5d71a177ce00fce4505f3d3c9fc62a
44 NACL_TOOL_PNACL_TRANSLATOR_HASH=6f04df1d7fdf4fb8b84a79495ec2b0ac82f2c8f6 44 NACL_TOOL_PNACL_TRANSLATOR_HASH=6f04df1d7fdf4fb8b84a79495ec2b0ac82f2c8f6
45 NACL_TOOL_PNACL_WIN_X86_HASH=e214bc1137cec5da5488d4bea6cd12ca00daee7e 45 NACL_TOOL_PNACL_WIN_X86_HASH=e214bc1137cec5da5488d4bea6cd12ca00daee7e
46 NACL_TOOL_WIN_X86_HASH=f7515d05562c8682d78aa7f4b8a4b27e03cb6ca2 46 NACL_TOOL_WIN_X86_HASH=a137955278a276c441b6db45b2754e95ac59dd43
47 NACL_TOOL_WIN_X86_NEWLIB_HASH=cbfb6483f934edf8fab8604fe260ff12dc3c2d42 47 NACL_TOOL_WIN_X86_NEWLIB_HASH=cbfb6483f934edf8fab8604fe260ff12dc3c2d42
OLDNEW
« no previous file with comments | « no previous file | tests/clock/clock_get_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698