From 78739afd9c75fd0b7265536c41922abe7be7a8e4 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 16 Aug 2015 22:50:09 +0300 Subject: Use system() instead of name() which is a confusing term. --- cross/ubuntu-armhf.txt | 2 +- cross/ubuntu-faketarget.txt | 2 +- cross/ubuntu-mingw.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cross') diff --git a/cross/ubuntu-armhf.txt b/cross/ubuntu-armhf.txt index 73e3f67..196f2bf 100644 --- a/cross/ubuntu-armhf.txt +++ b/cross/ubuntu-armhf.txt @@ -22,6 +22,6 @@ has_function_printf = true has_function_hfkerhisadf = false [host_machine] -name = 'linux' +system = 'linux' cpu = 'arm' endian = 'little' diff --git a/cross/ubuntu-faketarget.txt b/cross/ubuntu-faketarget.txt index 1ea0977..37e5033 100644 --- a/cross/ubuntu-faketarget.txt +++ b/cross/ubuntu-faketarget.txt @@ -7,6 +7,6 @@ # binaries directly. [target_machine] -name = 'linux' +system = 'linux' cpu = 'mips' endian = 'little' diff --git a/cross/ubuntu-mingw.txt b/cross/ubuntu-mingw.txt index 2f2fa34..c0cfa69 100644 --- a/cross/ubuntu-mingw.txt +++ b/cross/ubuntu-mingw.txt @@ -12,11 +12,11 @@ strip = '/usr/bin/i686-w64-mingw32-strip' root = '/usr/i686-w64-mingw32' [host_machine] -name = 'windows' +system = 'windows' cpu = 'x86' endian = 'little' [target_machine] -name = 'darwin' +system = 'darwin' cpu = 'arm' endian = 'little' -- cgit v1.1