From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <wei.dai@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 73B0A37A6
 for <dev@dpdk.org>; Fri, 10 Mar 2017 13:05:37 +0100 (CET)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 10 Mar 2017 04:05:36 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.36,140,1486454400"; d="scan'208";a="58574600"
Received: from dpdk6.bj.intel.com ([172.16.182.81])
 by orsmga002.jf.intel.com with ESMTP; 10 Mar 2017 04:05:35 -0800
From: Wei Dai <wei.dai@intel.com>
To: dev@dpdk.org
Cc: john.mcnamara@intel.com, thomas.monjalon@6wind.com,
 david.marchand@intel.com, Wei Dai <wei.dai@intel.com>
Date: Fri, 10 Mar 2017 19:58:51 +0800
Message-Id: <1489147132-40922-3-git-send-email-wei.dai@intel.com>
X-Mailer: git-send-email 2.7.4
In-Reply-To: <1489147132-40922-1-git-send-email-wei.dai@intel.com>
References: <1489147132-40922-1-git-send-email-wei.dai@intel.com>
Subject: [dpdk-dev] [PATCH 2/3] config: add support of musl
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 10 Mar 2017 12:05:37 -0000

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(+)

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
-- 
2.7.4