From 2b650834631e09eee8dffa68a2058769a651d6f7 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 19 Dec 2016 13:48:26 +0200 Subject: Fix cross test and run them if a cross compiler is available. --- cross/ubuntu-armhf.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/ubuntu-armhf.txt') diff --git a/cross/ubuntu-armhf.txt b/cross/ubuntu-armhf.txt index 09cbced..4aa52fa 100644 --- a/cross/ubuntu-armhf.txt +++ b/cross/ubuntu-armhf.txt @@ -1,8 +1,8 @@ [binaries] # we could set exe_wrapper = qemu-arm-static but to test the case # when cross compiled binaries can't be run we don't do that -c = '/usr/bin/arm-linux-gnueabihf-gcc' -cpp = '/usr/bin/arm-linux-gnueabihf-g++' +c = '/usr/bin/arm-linux-gnueabihf-gcc-6' +cpp = '/usr/bin/arm-linux-gnueabihf-g++-6' ar = '/usr/arm-linux-gnueabihf/bin/ar' strip = '/usr/arm-linux-gnueabihf/bin/strip' pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config' -- cgit v1.1