16e5de05f5
A config variable rename seems missed to update all config files and new config file get with old variable names. Reflect config variable rename to all config files, changed 'implementor_id' to 'implementer_id', 'implementor_pn' to 'part_number'. Fixes: 3d01d65ba0d3 ("config: add aarch64 clang for Ubuntu 18.04") Fixes: 7870ae8994c6 ("config/arm: rename variables") Reported-by: Thierry Herbelot <thierry.herbelot@6wind.com> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com> Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com> Reviewed-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
21 lines
393 B
Plaintext
21 lines
393 B
Plaintext
[binaries]
|
|
c = 'aarch64-linux-gnu-gcc'
|
|
cpp = 'aarch64-linux-gnu-cpp'
|
|
ar = 'aarch64-linux-gnu-gcc-ar'
|
|
strip = 'aarch64-linux-gnu-strip'
|
|
pkgconfig = 'aarch64-linux-gnu-pkg-config'
|
|
pcap-config = ''
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'aarch64'
|
|
cpu = 'armv8-a'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
implementer_id = '0x41'
|
|
part_number = '0xd0c'
|
|
max_lcores = 64
|
|
max_numa_nodes = 1
|
|
numa = false
|