From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id E38072BD6 for ; Thu, 17 Mar 2016 21:49:39 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id l68so10854874wml.1 for ; Thu, 17 Mar 2016 13:49:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=VU6a2qC8reKt/KB/Fy8IHnIE21lA/jO8SJrrkvUNUp4=; b=sn8PtRQiOukMpaMUxU9Q9ns0gpqAZH6R0IAMvCBFdmZOqNWeST5V6YkvQ2wCmZhZSx VgeMW80d+786fBQ9pt5cGpuzD3JfsvWwHqXgaOTHYrV5+tSEo2yJDyCIflwYl5X6hMNS U8CGLvjjsfHlU/G2ao6TQ5hkn1xhbgPwkk04VycDe4aqCyTmP3am6c3FfnP/YDAOwaXF VNdJ//F6+ivARhHQ6k3/hen/lKhl0F9ulDda/IPV3hNvlNo7jmjSBEb3yvuvwRvqpyJ/ ywCyBprJdzlr3CI/66w+V1VLQK8B7o+lSfTRK3lfbLJVMFglJWuvtuF5BiNOrbQ3BXti RNMw== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=VU6a2qC8reKt/KB/Fy8IHnIE21lA/jO8SJrrkvUNUp4=; b=iwffoVAJC7ivMhJHu2Y/qC1BRRJdllwsEKl3miH7Q/MalZeqPYObP2MxhhuDb4BdA5 NBX7ghwFMa60gRr5V25e7ZPFlqJ5au2VjLRxFCY++TNdiBtFSRCPIXIH2vGCl9FpAlYO /cDdnuVyY3n/gmXxCteZ4oPZ5aj3DAg2xuWCDRHLnOa1gMDcRxPM3q318gCqpxuFLe0U E7ZR8ixfRN84reEMX+qsOShkSESxivAlym9pAX2OPIxxJyzS2iFHyPf68hd/1aX5hrqc h25tHiurGKLXvTy5DCsh7Mx1sGxGR6ovRKP8Pe3t7S7x8yeG0SfpTrEALbsY/+IQ9Fu3 rEIw== X-Gm-Message-State: AD7BkJKuXh6NygEvYCs1CDEFe07QCqGb3EgAof1jIk50QjDKirK2pzsmpQPgj7srddfT0lgO X-Received: by 10.194.185.180 with SMTP id fd20mr12695637wjc.98.1458247779745; Thu, 17 Mar 2016 13:49:39 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id 73sm31874016wmy.22.2016.03.17.13.49.38 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Mar 2016 13:49:38 -0700 (PDT) From: Thomas Monjalon To: Sergio Gonzalez Monroy Cc: dev@dpdk.org, Panu Matilainen Date: Thu, 17 Mar 2016 21:48:09 +0100 Message-ID: <8528444.vnvGEzYpHh@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <56EA7ADE.70009@redhat.com> References: <1458170543-47621-1-git-send-email-sergio.gonzalez.monroy@intel.com> <56EA7ADE.70009@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mk: fix linker script when re-building X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 20:49:40 -0000 2016-03-17 11:37, Panu Matilainen: > On 03/17/2016 01:22 AM, Sergio Gonzalez Monroy wrote: > > The linker script is generated by simply finding all libraries in > > RTE_OUTPUT/lib. > > > > The issue shows up when re-building the DPDK, hence already having a > > linker script in that directory, resulting in the linker script > > including itself. > > > > That does not play well with the linker. > > > > Simply filtering the linker script from all the found libraries solves > > the problem. > > > > Fixes: 948fd64befc3 ("mk: replace the combined library with a linker script") > > > > Signed-off-by: Sergio Gonzalez Monroy > > Oops, thanks for spotting. > > Acked-by: Panu Matilainen Applied, thanks