Skip to content

Commit

Permalink
Trying ARM QEMU -- xcompile #6
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Jan 11, 2017
1 parent 4544d73 commit d1577af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ if [ "${ARCH}" = "arm" ]; then
# Compilation on QEMU is too slow and times out on Travis. Crosscompile at the host
echo "Initial execution on ARM environment, will crosscompile"

which arm-linux-gnueabi-gcc
which arm-linux-gnueabihf-gcc-4.6
arm-linux-gnueabihf-gcc-4.6 -v
which arm-linux-gnueabihf-gcc
arm-linux-gnueabi-gcc -v

# Crosscompile CMocka
Expand Down

0 comments on commit d1577af

Please sign in to comment.