aboutsummaryrefslogtreecommitdiff
path: root/cross/ubuntu-armhf.txt
blob: 57c8e2a7f6fd8b931b8a642bc094d2d9f428bb0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name = 'linux'
c = '/usr/bin/arm-linux-gnueabihf-gcc'
cpp = '/usr/bin/arm-linux-gnueabihf-g++'
root = '/usr/arm-linux-gnueabihf'
pkg_config = '/usr/bin/arm-linux-gnueabihf-pkg-config'

sizeof_int = 4
sizeof_wchar_t = 4
sizeof_void* = 4

alignment_char = 1
alignment_void* = 4
alignment_double = 4 # Don't know if this is correct...

has_function_printf = true
has_function_hfkerhisadf = false