From 572ce0f4519488840d466befde6bb38ccb044e40 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 15 Oct 2015 20:20:38 +0300 Subject: Added cpu family property to system information. --- cross/iphone.txt | 1 + cross/ubuntu-armhf.txt | 3 ++- cross/ubuntu-faketarget.txt | 1 + cross/ubuntu-mingw.txt | 6 ++++-- 4 files changed, 8 insertions(+), 3 deletions(-) (limited to 'cross') diff --git a/cross/iphone.txt b/cross/iphone.txt index de485510a..b2fe3c9a5 100644 --- a/cross/iphone.txt +++ b/cross/iphone.txt @@ -21,6 +21,7 @@ has_function_hfkerhisadf = false [host_machine] system = 'ios' +cpu_family = 'arm' cpu = 'armv7' endian = 'little' diff --git a/cross/ubuntu-armhf.txt b/cross/ubuntu-armhf.txt index d15780eaf..09cbced7a 100644 --- a/cross/ubuntu-armhf.txt +++ b/cross/ubuntu-armhf.txt @@ -15,5 +15,6 @@ has_function_hfkerhisadf = false [host_machine] system = 'linux' -cpu = 'arm' +cpu_family = 'arm' +cpu = 'armv7' # Not sure if correct. endian = 'little' diff --git a/cross/ubuntu-faketarget.txt b/cross/ubuntu-faketarget.txt index 37e5033c5..cc43998cc 100644 --- a/cross/ubuntu-faketarget.txt +++ b/cross/ubuntu-faketarget.txt @@ -8,5 +8,6 @@ [target_machine] system = 'linux' +cpu_family = 'mips' cpu = 'mips' endian = 'little' diff --git a/cross/ubuntu-mingw.txt b/cross/ubuntu-mingw.txt index c0cfa69eb..23735654d 100644 --- a/cross/ubuntu-mingw.txt +++ b/cross/ubuntu-mingw.txt @@ -13,10 +13,12 @@ root = '/usr/i686-w64-mingw32' [host_machine] system = 'windows' -cpu = 'x86' +cpu_family = 'x86' +cpu = 'i686' endian = 'little' [target_machine] system = 'darwin' -cpu = 'arm' +cpu_family = 'arm' +cpu = 'armv7h' # Don't know if this is correct. endian = 'little' -- cgit v1.2.3