Merging upstream version 1.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8f9ab756e2
commit
70a0abe13f
874 changed files with 9553 additions and 1347 deletions
18
.github/cross/ubuntu-cross-armhf.txt
vendored
Normal file
18
.github/cross/ubuntu-cross-armhf.txt
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[binaries]
|
||||
c = '/usr/bin/arm-linux-gnueabihf-gcc'
|
||||
ar = '/usr/arm-linux-gnueabihf/bin/ar'
|
||||
strip = '/usr/arm-linux-gnueabihf/bin/strip'
|
||||
pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config'
|
||||
ld = '/usr/bin/arm-linux/gnueabihf-ld'
|
||||
exe_wrapper = '/usr/bin/qemu-arm-static'
|
||||
|
||||
[properties]
|
||||
root = '/usr/arm-linux-gnueabihf'
|
||||
has_function_printf = true
|
||||
skip_sanity_check = true
|
||||
|
||||
[host_machine]
|
||||
system = 'linux'
|
||||
cpu_family = 'arm'
|
||||
cpu = 'armv7'
|
||||
endian = 'little'
|
Loading…
Add table
Add a link
Reference in a new issue