From patchwork Fri Sep 23 04:41:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 76823 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp373095qgf; Thu, 22 Sep 2016 21:42:11 -0700 (PDT) X-Received: by 10.55.175.134 with SMTP id y128mr5470756qke.134.1474605731707; Thu, 22 Sep 2016 21:42:11 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id m63si3974436qkb.20.2016.09.22.21.42.11; Thu, 22 Sep 2016 21:42:11 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 3AD0560F1A; Fri, 23 Sep 2016 04:42:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 62CAB60F02; Fri, 23 Sep 2016 04:41:44 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 4C32660D60; Fri, 23 Sep 2016 04:41:40 +0000 (UTC) Received: from mail-oi0-f44.google.com (mail-oi0-f44.google.com [209.85.218.44]) by lists.linaro.org (Postfix) with ESMTPS id A753360CE9 for ; Fri, 23 Sep 2016 04:41:38 +0000 (UTC) Received: by mail-oi0-f44.google.com with SMTP id a62so122382772oib.1 for ; Thu, 22 Sep 2016 21:41:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=yDXJbYbicrwS+UIDE/cKiPNqu2TSUs/kScHnletJVlo=; b=iiMaCnvrpxjDChrdwlF6gdZtKnY+nW9ShB67G3fZFFX2I7wWzpENBDtceqmM6E/wnt Ix9i4nhUXMWZxLwBB1pfpQLNZXNp+TmZ+3r5Mg8jb1IPYvCB9pTJuo5UMd1XG4veq9f2 Kyy/KY2IRXBW1nPJr7TO9rDh1pgIVTnWzNnYF7xPbLBczH1RtyTJyzDKru1gT7X6dg8+ z2uJta90zz8oknyai78pjN9O2uCC0RmT217D8wo0di+zpR5afBZM8jmxXUgULK/05k41 torJ7uGjf4QwEb6bxFUThpNtpBoTgxbMBpTgbFvvm/bYrkWcdbDkstYy22mdGiaGiWrn nIQw== X-Gm-Message-State: AE9vXwPUjNbs8KosjUD6qxp1LvBcLLl2Cbt9QziO/KMD90YSQtRG/hAHjFNtrpDYGBTt3Qy35Ks= X-Received: by 10.202.240.11 with SMTP id o11mr7707185oih.23.1474605698146; Thu, 22 Sep 2016 21:41:38 -0700 (PDT) Received: from localhost.localdomain (cpe-70-121-83-241.austin.res.rr.com. [70.121.83.241]) by smtp.gmail.com with ESMTPSA id p15sm1637972ota.8.2016.09.22.21.41.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 22 Sep 2016 21:41:37 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Thu, 22 Sep 2016 23:41:34 -0500 Message-Id: <1474605695-21978-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH 1/2] config: abi: add --enable-abi-compat option with default=yes X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Suggested-by: Petri Savolainen Signed-off-by: Bill Fischofer --- Note that this patch supersedes patch http://patches.opendataplane.org/patch/6967/ configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -- 2.7.4 diff --git a/configure.ac b/configure.ac index 982aff7..58c6a16 100644 --- a/configure.ac +++ b/configure.ac @@ -176,7 +176,11 @@ AM_CONDITIONAL([test_example], [test x$test_example = xyes ]) AM_CONDITIONAL([HAVE_DOXYGEN], [test "x${DOXYGEN}" = "xdoxygen"]) AM_CONDITIONAL([user_guide], [test "x${user_guides}" = "xyes" ]) AM_CONDITIONAL([HAVE_MSCGEN], [test "x${MSCGEN}" = "xmscgen"]) -if test x$enable_shared != xyes; + +########################################################################## +# Setup for ABI compatibility +########################################################################## +if test x$enable_abi_compat != xno; then _ODP_INLINES="_ODP_INLINES" else