git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed3077c
)
kni: disable for 32-bit meson builds
author
Bruce Richardson
<bruce.richardson@intel.com>
Tue, 3 Jul 2018 10:31:12 +0000
(11:31 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Thu, 12 Jul 2018 10:24:01 +0000
(12:24 +0200)
The kni library is not supported on 32-bit so disable it for those
builds using meson.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
lib/librte_kni/meson.build
patch
|
blob
|
history
diff --git
a/lib/librte_kni/meson.build
b/lib/librte_kni/meson.build
index
c4b2196
..
a738a03
100644
(file)
--- a/
lib/librte_kni/meson.build
+++ b/
lib/librte_kni/meson.build
@@
-1,7
+1,7
@@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
-if host_machine.system() != 'linux'
+if host_machine.system() != 'linux'
or cc.sizeof('void *') == 4
build = false
endif
version = 2