Skip to content

Commit

Permalink
config: add config to cross compile 9k
Browse files Browse the repository at this point in the history
Add config file to cross compile cn9k

Signed-off-by: Vidya Sagar Velumuri <vvelumuri@marvell.com>
Change-Id: Ied3599209fd1a975632c7473a6f408c41ef7bc95
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/141348
Tested-by: sa_ip-toolkits-Jenkins <sa_ip-toolkits-jenkins@marvell.com>
Reviewed-by: Anoob Joseph <anoobj@marvell.com>
  • Loading branch information
vvelumuri authored and jerinjacobk committed Dec 16, 2024
1 parent 88d0e48 commit c1da44b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/arm64_cn9k_linux_gcc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[binaries]
c = ['ccache', 'aarch64-marvell-linux-gnu-gcc']
cpp = ['ccache', 'aarch64-marvell-linux-gnu-g++']
ar = 'aarch64-marvell-linux-gnu-gcc-ar'
strip = 'aarch64-marvell-linux-gnu-strip'
pkgconfig = 'pkg-config'
pcap-config = ''
cmake = 'cmake'

[host_machine]
system = 'linux'
cpu_family = 'aarch64'
cpu = 'armv8-a'
endian = 'little'

[properties]
platform = 'cn9k'
machine_args = '-mcpu=octeontx2+crc+crypto+lse'

0 comments on commit c1da44b

Please sign in to comment.