From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com
 [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 435B03F9
 for <dev@dpdk.org>; Thu, 18 Dec 2014 00:36:16 +0100 (CET)
Received: by mail-wi0-f180.google.com with SMTP id n3so520847wiv.13
 for <dev@dpdk.org>; Wed, 17 Dec 2014 15:36:16 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=3uoeEcqVowoBXOW9oFWfb1KIJ5XjnDyuROQJ5uyjXrc=;
 b=NdRMEmU3/M1KmOnuaoB8oHDYxPcNIY5g0yvcdQz8uCPenQvaGPDpx7MXaBDkOOyEm2
 aZL1yd3cOc/DV4oW+AbJf0ljg8nYtUTLFYqeJwh3MNxadjA9OXZkxHXiu6kOje1o0jnH
 iSa9Bk2JiVTtQCBp75hVZ/DbsY85ALWs1eNwCrUL81RrX1CzA13IrUpU/C16YjA/fUUx
 287weoUzoTZ242OyF79BCTOXsm7yW0Pblg72ZYFh7tIGT+SWJOVMH8/dWbchenhqRYv2
 pwDl7SfAmd1EIVkv38yjIH0Qg6M0F0yG0uv+lcT6JM0zvQZCtz0LUHZVhI2gln4aLM1b
 rXng==
X-Gm-Message-State: ALoCoQkYLoc6hPRDa8Mm9V9E5opaBSDVUq9LuygzeiiYHWdiq/+0a0zm+RjjDL1jvzcbDu38UOmR
X-Received: by 10.194.184.199 with SMTP id ew7mr78430637wjc.85.1418859376079; 
 Wed, 17 Dec 2014 15:36:16 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id vm8sm6877679wjc.6.2014.12.17.15.36.14
 for <dev@dpdk.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 17 Dec 2014 15:36:15 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Thu, 18 Dec 2014 00:35:49 +0100
Message-ID: <5588567.gyCAujgkva@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; )
In-Reply-To: <1418853558-2445-1-git-send-email-thomas.monjalon@6wind.com>
References: <2594499.JbYxbdnDqd@xps13>
 <1418853558-2445-1-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH 0/3] mk: fix link options
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Wed, 17 Dec 2014 23:36:16 -0000

2014-12-17 22:59, Thomas Monjalon:
> When trying to fix the use of combined library, some bugs have been
> raised. This patchset fix and clean some link options.
> 
> Thomas Monjalon (3):
>   mk: fix link examples to combined library
>   mk: forbid multiple definitions
>   mk: fix link with CC

Applied quickly to validate building before the release.

-- 
Thomas