[dpdk-dev,2/3] config: add support of musl

Message ID 1489147132-40922-3-git-send-email-wei.dai@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/checkpatch success coding style OK

Commit Message

Wei Dai March 10, 2017, 11:58 a.m. UTC
  When building DPDK with musl, there is need to generate
the MACRO named RTE_LIBC_MUSL in rte_config.h to remove
some references to execinfo.h which is not supported
by musl now.

Got more details about musl from http://www.musl-libc.org .

Signed-off-by: Wei Dai <wei.dai@intel.com>
---
 config/common_linuxapp | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/config/common_linuxapp b/config/common_linuxapp
index 00ebaac..66fb0a3 100644
--- a/config/common_linuxapp
+++ b/config/common_linuxapp
@@ -46,3 +46,4 @@  CONFIG_RTE_LIBRTE_PMD_TAP=y
 CONFIG_RTE_LIBRTE_NFP_PMD=y
 CONFIG_RTE_LIBRTE_POWER=y
 CONFIG_RTE_VIRTIO_USER=y
+CONFIG_RTE_LIBC_MUSL=n