aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-08-19 01:55:27 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-10-28 21:38:09 +0300
commita4db467669dcbc2e0501d9062eb359f0949895c4 (patch)
tree19ca58cc3d7e7e410246d88cb7107b2a7a6a3987 /run_tests.py
parent6e406ed0dbd326728240237391e18b0726753b4b (diff)
downloadmeson-a4db467669dcbc2e0501d9062eb359f0949895c4.zip
meson-a4db467669dcbc2e0501d9062eb359f0949895c4.tar.gz
meson-a4db467669dcbc2e0501d9062eb359f0949895c4.tar.bz2
Use GCC 7 for cross compilation tests.
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 00c97ca..79c9639 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -125,7 +125,7 @@ def get_fake_options(prefix):
return opts
def should_run_linux_cross_tests():
- return shutil.which('arm-linux-gnueabihf-gcc-6') and not platform.machine().lower().startswith('arm')
+ return shutil.which('arm-linux-gnueabihf-gcc-7') and not platform.machine().lower().startswith('arm')
def run_configure_inprocess(commandlist):
old_stdout = sys.stdout