dpdkbuild: use -Dcpu_instruction_set
DPDK reports that -Dmachine is deprecated, we should use -Dcpu_instruction_set instead. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I1dbd81fe9f34d875bf00c0fa3a7868a8fc30cac3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12669 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Dong Yi <dongx.yi@intel.com>
This commit is contained in:
parent
e05299f1b2
commit
1fb9319eeb
@ -101,7 +101,7 @@ DPDK_LIBS += cryptodev mbuf cmdline meter hash vhost dmadev
|
||||
# raid5 deps
|
||||
DPDK_LIBS += hash rcu
|
||||
|
||||
DPDK_OPTS += -Dmachine=$(TARGET_ARCHITECTURE)
|
||||
DPDK_OPTS += -Dcpu_instruction_set=$(TARGET_ARCHITECTURE)
|
||||
|
||||
ifneq ($(CONFIG_CROSS_PREFIX),)
|
||||
ifeq ($(findstring mingw,$(CONFIG_CROSS_PREFIX)),mingw)
|
||||
|
Loading…
Reference in New Issue
Block a user