From a4db467669dcbc2e0501d9062eb359f0949895c4 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 19 Aug 2017 01:55:27 +0300 Subject: Use GCC 7 for cross compilation tests. --- cross/ubuntu-armhf.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross') diff --git a/cross/ubuntu-armhf.txt b/cross/ubuntu-armhf.txt index d0fce20..367eba3 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-6' -cpp = '/usr/bin/arm-linux-gnueabihf-g++-6' +c = '/usr/bin/arm-linux-gnueabihf-gcc-7' +cpp = '/usr/bin/arm-linux-gnueabihf-g++-7' 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