Skip to content

Instantly share code, notes, and snippets.

@rc1
Last active November 23, 2015 10:49
Show Gist options
  • Save rc1/69b2c49d0efaebeafd08 to your computer and use it in GitHub Desktop.
Save rc1/69b2c49d0efaebeafd08 to your computer and use it in GitHub Desktop.

Revisions

  1. rc1 revised this gist Jun 29, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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
    make -j4
    sudo make install
  2. rc1 revised this gist Feb 6, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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
    make install
    sudo make install
  3. rc1 created this gist Feb 6, 2015.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original 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