Last active
November 23, 2015 10:49
-
-
Save rc1/69b2c49d0efaebeafd08 to your computer and use it in GitHub Desktop.
Revisions
-
rc1 revised this gist
Jun 29, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ export CC='gcc -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon' export CXX='g++ -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon' ./configure --without-snapshot make -j4 sudo make install -
rc1 revised this gist
Feb 6, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,4 @@ export CC='gcc -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon' export CXX='g++ -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon' ./configure --without-snapshot make sudo make install -
rc1 created this gist
Feb 6, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ export CC='gcc -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon' export CXX='g++ -O3 -march=armv7-a -mtune=cortex-a8 -mfpu=neon' ./configure --without-snapshot make make install