From 9e5c881b06bfb79ee9ee40cdd8dca3a78f268a40 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 21 Mar 2020 19:30:13 +0200 Subject: Add property to disable compiler sanity checks during cross compilation. --- cross/ubuntu-armhf.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cross') diff --git a/cross/ubuntu-armhf.txt b/cross/ubuntu-armhf.txt index 45a272a..4600c22 100644 --- a/cross/ubuntu-armhf.txt +++ b/cross/ubuntu-armhf.txt @@ -18,6 +18,8 @@ cpp_args = '-DMESON_TEST_ISSUE_1665=1' has_function_printf = true has_function_hfkerhisadf = false +skip_sanity_check = true + [host_machine] system = 'linux' cpu_family = 'arm' -- cgit v1.1