summaryrefslogtreecommitdiff
path: root/deps/v8/tools/android-ll-prof.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/android-ll-prof.sh')
-rwxr-xr-x[-rw-r--r--]deps/v8/tools/android-ll-prof.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/tools/android-ll-prof.sh b/deps/v8/tools/android-ll-prof.sh
index 78790ecb62..436f262bb3 100644..100755
--- a/deps/v8/tools/android-ll-prof.sh
+++ b/deps/v8/tools/android-ll-prof.sh
@@ -60,7 +60,7 @@ adb pull /data/local/tmp/v8/v8.log .
adb pull /data/local/tmp/v8/v8.log.ll .
adb pull /data/perf.data .
-ARCH=arm-linux-androideabi-4.4.3
+ARCH=arm-linux-androideabi-4.6
TOOLCHAIN="${ANDROID_NDK_ROOT}/toolchains/$ARCH/prebuilt/linux-x86/bin"
$BASE/tools/ll_prof.py --host-root="$BASE/deploy" \