7390f02315
Rename the 'default' part number in clang cross-file to fix the following issue: config/arm/meson.build:238:2: ERROR: Problem encountered: Unsupported part number default of implementer generic. Please add support for it or use the generic (-Dmachine=generic) build. Fixes: 3d01d65ba0d3 ("config: add aarch64 clang for Ubuntu 18.04") Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
21 lines
497 B
Plaintext
21 lines
497 B
Plaintext
[binaries]
|
|
c = 'clang'
|
|
cpp = 'clang++'
|
|
ar = 'llvm-ar'
|
|
strip = 'llvm-strip'
|
|
llvm-config = 'llvm-config'
|
|
pcap-config = 'llvm-config'
|
|
pkgconfig = 'aarch64-linux-gnu-pkg-config'
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'aarch64'
|
|
cpu = 'armv8-a'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
implementer_id = 'generic'
|
|
part_number = 'generic'
|
|
c_args = ['-target', 'aarch64-linux-gnu', '--sysroot', '/usr/aarch64-linux-gnu']
|
|
c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', '--gcc-toolchain=/usr']
|