| Index: build/linux/install-arm-sysroot.py
|
| diff --git a/build/linux/install-arm-sysroot.py b/build/linux/install-arm-sysroot.py
|
| index 9627dd5be1443432ab71a2b8a627b3fb56e9c63f..ace40847cf8c2c06cf6e22db8e51641f379d89a7 100755
|
| --- a/build/linux/install-arm-sysroot.py
|
| +++ b/build/linux/install-arm-sysroot.py
|
| @@ -23,7 +23,7 @@ import sys
|
| SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
|
| URL_PREFIX = 'https://commondatastorage.googleapis.com'
|
| URL_PATH = 'nativeclient-archive2/toolchain'
|
| -REVISION = 8004
|
| +REVISION = 10991
|
|
|
|
|
| def main(args):
|
|
|