Skip to content

Commit

Permalink
Trying ARM QEMU -- xcompile #15
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Jan 11, 2017
1 parent 6573057 commit 3c833c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ if [ "${ARCH}" = "arm" ]; then
git clone git://git.cryptomilk.org/projects/cmocka.git
mkdir cmocka_build && cd cmocka_build
cmake ../cmocka \
-DCMAKE_INSTALL_PREFIX=$HOME \
-DCMAKE_C_COMPILER=arm-linux-gnueabihf-gcc-4.6
make VERBOSE=1
make install
Expand All @@ -91,7 +90,6 @@ if [ "${ARCH}" = "arm" ]; then
-DCBOR_CUSTOM_ALLOC=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DWITH_TESTS=ON \
-DCMAKE_PREFIX_PATH=$HOME/usr/local \
-DCMAKE_C_COMPILER=arm-linux-gnueabihf-gcc-4.6
make VERBOSE=1

Expand All @@ -105,7 +103,7 @@ else
pushd $HOME
git clone git://git.cryptomilk.org/projects/cmocka.git
mkdir cmocka_build && cd cmocka_build
cmake -DCMAKE_INSTALL_PREFIX=$HOME ../cmocka
cmake ../cmocka
make -j 2
make install
cd ..
Expand Down

0 comments on commit 3c833c9

Please sign in to comment.