From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 28CB5A0561; Tue, 21 Apr 2020 10:03:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0A6B41C23D; Tue, 21 Apr 2020 10:03:16 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 1F37A1C237 for ; Tue, 21 Apr 2020 10:03:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587456193; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=X+jdqFdMh95Pzu4qUKzEMMsyNlgHKrsRtBpvOMay3Rg=; b=SLwp2CPabboaZfNJPJYt7T4/TVM/X7mg0B7QZ2GCnRVw8V3VJj/hCZqQXTgGI2rNGGXzba 4Ywne1trznzCoGXGCImgLnI6DyugVl+CkuxlsgCTdcn6IauZDAyCKIgKUMu/WUdudFczN1 W5UMZTqpMr3j92Njc5HPJ0NbkoI0d94= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-399-5VOUnSppOFGKOyRUTSK7zg-1; Tue, 21 Apr 2020 04:03:09 -0400 X-MC-Unique: 5VOUnSppOFGKOyRUTSK7zg-1 Received: by mail-ua1-f72.google.com with SMTP id m26so5599311uao.2 for ; Tue, 21 Apr 2020 01:03:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/jysKbIYID6ZAtbol/w+93ip2ZHYzCKSmwnjw8/JHBk=; b=DTzt21g/79DhGrxuNVoNVxZUur2tnXMDQdAZCnXxOETQuYz0BvivY5CIWYQCSEp9yP Ul7y/tuAqSvupKz2vodDw6f31Cr2emJoqz0czYvwKBufBOT3KOR/cCAWn0zmlXGZfbx0 0SmEjtbaoJkSPLOKnReFQ6tiYfa4V5myrsYWTmoE6VXuC2IXIyQDtYV7Q3nxxJel4M4M sTRRGZMMT1DVgN2rG9vHuIdx9/BJ/oeD7r6+usK66SXtB2NWovvRwtBqmrAxzvBILOMA ThBpTICk9oXEP2FKryO1EnDiIRZSu1xo1qkkPI+ac89GA5yv2dQtzFJizNBDL95ing5J oaKQ== X-Gm-Message-State: AGi0PuYLGapJdc35qcaE6CJBPKd5icl7OjAepscQ5YoaqFoT1K5DzA7k IYd2LtZ4CQBo3ryOvsJUen6ySuUzG7vukixqcFgAgFIWq2XUVCzShbkPYQakcIYIm8UhTzRhx4i 2zaz1plb9qomYsQdfYX8= X-Received: by 2002:a67:8dc8:: with SMTP id p191mr14799101vsd.198.1587456188969; Tue, 21 Apr 2020 01:03:08 -0700 (PDT) X-Google-Smtp-Source: APiQypIt3+aT662sGGOuZ+JvtuGW1twMLZrf0Ayajx1LjoUtNtX853CYFIwVwKSb5sCe0m2ceHW6AyOLAxaa6MH4KZc= X-Received: by 2002:a67:8dc8:: with SMTP id p191mr14799086vsd.198.1587456188722; Tue, 21 Apr 2020 01:03:08 -0700 (PDT) MIME-Version: 1.0 References: <20200421013329.287556-1-thomas@monjalon.net> In-Reply-To: <20200421013329.287556-1-thomas@monjalon.net> From: David Marchand Date: Tue, 21 Apr 2020 10:02:57 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Ray Kinsella X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] devtools: skip ABI check in static builds X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Apr 21, 2020 at 3:33 AM Thomas Monjalon wrote= : > > When running make with CONFIG_RTE_BUILD_SHARED_LIB=3Dn, > no shared library is built. > In this case, no need to run ABI check. > > With meson, both shared and static libraries are always built. > > Signed-off-by: Thomas Monjalon Acked-by: David Marchand --=20 David Marchand