Skip to content

Commit 3f26a64

Browse files
committed
Mention arm-linux-gnueabihf-gcc in readme as a more mainstream choice
1 parent a9907a5 commit 3f26a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Adding extra optimization options is possible (in linux):
1414
$ CFLAGS="-O2 -march=atom -mtune=atom" make
1515

1616
Example of crosscompiling for ARM (also in linux):
17-
$ CC=arm-none-linux-gnueabi-gcc CFLAGS="-O2 -mcpu=cortex-a9" make
17+
$ CC=arm-linux-gnueabihf-gcc CFLAGS="-O2 -mcpu=cortex-a9" make
1818

1919
Example of crosscompiling and running the benchmark on android device:
20-
$ CC=arm-none-linux-gnueabi-gcc CFLAGS="-O2 -mcpu=cortex-a8 -static" make
20+
$ CC=arm-linux-gnueabihf-gcc CFLAGS="-O2 -mcpu=cortex-a8 -static" make
2121
$ adb push tinymembench /data/local/tmp/tinymembench
2222
$ adb shell /data/local/tmp/tinymembench

0 commit comments

Comments
 (0)