Merging upstream version 2.4+really2.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
58746eb9a3
commit
1fbda9c797
458 changed files with 5141 additions and 7138 deletions
5
.github/cross/clang.txt
vendored
5
.github/cross/clang.txt
vendored
|
@ -1,5 +0,0 @@
|
|||
[binaries]
|
||||
c = 'clang'
|
||||
cpp = 'clang++'
|
||||
strip = 'strip'
|
||||
pkgconfig = 'pkg-config'
|
1
.github/cross/ubuntu-armhf.txt
vendored
1
.github/cross/ubuntu-armhf.txt
vendored
|
@ -4,7 +4,6 @@ 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'
|
||||
|
|
1
.github/cross/ubuntu-ppc64le.txt
vendored
1
.github/cross/ubuntu-ppc64le.txt
vendored
|
@ -4,7 +4,6 @@ ar = '/usr/powerpc64le-linux-gnu/bin/ar'
|
|||
strip = '/usr/powerpc64le-linux-gnu/bin/strip'
|
||||
pkgconfig = '/usr/bin/powerpc64le-linux-gnu-pkg-config'
|
||||
ld = '/usr/bin/powerpc64le-linux-gnu-ld'
|
||||
exe_wrapper = '/usr/bin/qemu-ppc64le-static'
|
||||
|
||||
[properties]
|
||||
root = '/usr/powerpc64le-linux-gnu'
|
||||
|
|
18
.github/cross/ubuntu-s390x.txt
vendored
18
.github/cross/ubuntu-s390x.txt
vendored
|
@ -1,18 +0,0 @@
|
|||
[binaries]
|
||||
c = '/usr/bin/s390x-linux-gnu-gcc'
|
||||
ar = '/usr/s390x-linux-gnu/bin/ar'
|
||||
strip = '/usr/s390x-linux-gnu/bin/strip'
|
||||
pkgconfig = '/usr/bin/s390x-linux-gnu-pkg-config'
|
||||
ld = '/usr/bin/s390x-linux-gnu-ld'
|
||||
exe_wrapper = '/usr/bin/qemu-s390x-static'
|
||||
|
||||
[properties]
|
||||
root = '/usr/s390x-linux-gnu'
|
||||
has_function_printf = true
|
||||
skip_sanity_check = true
|
||||
|
||||
[host_machine]
|
||||
system = 'linux'
|
||||
cpu_family = 's390x'
|
||||
cpu = ''
|
||||
endian = 'big'
|
Loading…
Add table
Add a link
Reference in a new issue