Use our custom debian sysroot image

This commit is contained in:
Cheng Zhao 2015-07-02 00:47:14 +00:00
parent a04bfbbc4b
commit 14bc544d89
2 changed files with 5 additions and 6 deletions

View file

@ -117,8 +117,7 @@ def update_clang():
def download_arm_sysroot():
execute_stdout([os.path.join(SOURCE_ROOT, 'script',
'install-debian.wheezy.sysroot.py'),
execute_stdout([os.path.join(SOURCE_ROOT, 'script', 'install-sysroot.py'),
'--arch', 'arm'])