Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338930
b: refs/heads/master
c: cd69ef8
h: refs/heads/master
v: v3
  • Loading branch information
Joonsoo Kim authored and Arnaldo Carvalho de Melo committed Oct 31, 2012
1 parent 6086aaa commit 8fd02a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d30ff29562ecbf79e82df72724d0c6180f2e2c06
refs/heads/master: cd69ef88a7cbe5ad404454ed8f491e6b16b4e86f
5 changes: 4 additions & 1 deletion trunk/tools/perf/Documentation/android.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ For x86:
II. Compile perf for Android
------------------------------------------------
You need to run make with the NDK toolchain and sysroot defined above:
make CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}"
For arm:
make ARCH=arm CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}"
For x86:
make ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}"

III. Install perf
-----------------------------------------------
Expand Down

0 comments on commit 8fd02a5

Please sign in to comment.