diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-19 01:55:27 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-28 21:38:09 +0300 |
commit | a4db467669dcbc2e0501d9062eb359f0949895c4 (patch) | |
tree | 19ca58cc3d7e7e410246d88cb7107b2a7a6a3987 /cross | |
parent | 6e406ed0dbd326728240237391e18b0726753b4b (diff) | |
download | meson-a4db467669dcbc2e0501d9062eb359f0949895c4.zip meson-a4db467669dcbc2e0501d9062eb359f0949895c4.tar.gz meson-a4db467669dcbc2e0501d9062eb359f0949895c4.tar.bz2 |
Use GCC 7 for cross compilation tests.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/ubuntu-armhf.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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' |