From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6434C58E6 for ; Mon, 13 Oct 2014 17:55:55 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 13 Oct 2014 09:03:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,711,1406617200"; d="scan'208";a="613708222" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 13 Oct 2014 09:01:52 -0700 Received: from irsmsx151.ger.corp.intel.com (163.33.192.59) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 13 Oct 2014 17:01:51 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.21]) by IRSMSX151.ger.corp.intel.com ([169.254.4.146]) with mapi id 14.03.0195.001; Mon, 13 Oct 2014 17:01:51 +0100 From: "Gonzalez Monroy, Sergio" To: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/6] Update libs build process Thread-Index: AQHP48Hmw5W1lP9A7Ue0L3JVDzqgbJwuNZcw Date: Mon, 13 Oct 2014 16:01:51 +0000 Message-ID: <91383E96CE459D47BCE92EFBF5CE73B0C7E2B6@IRSMSX108.ger.corp.intel.com> References: <1412592755-3370-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1412859898-29068-1-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1412859898-29068-1-git-send-email-sergio.gonzalez.monroy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/6] Update libs build process 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: Mon, 13 Oct 2014 15:55:55 -0000 Are there any more comments on this patch set? Thanks, Sergio > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Thursday, October 9, 2014 2:05 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/6] Update libs build process >=20 > As per the proposal, this patch set does: > - Remove CONFIG_RTE_BUILD_COMBINE_LIBS as a configuration option. > - For static library, build a single/combined library. > - For shared libraries, build both individual/separated and single/combi= ned > libraries. > - Link apps only against single/combined libs. > - Include external shared libs dependencies when building shared librari= es. >=20 > v3: > - Split some of the patches for easier review > - Improve patches descriptions >=20 > Sergio Gonzalez Monroy (6): > Link combined shared library using CC > Link apps only against single/combined library > Remove CONFIG_RTE_BUILD_COMBINE_LIBS and related > Update library build process > Avoid duplicated code > Link apps/DSOs against EXECENV_LDLIBS with --as-needed >=20 > config/common_bsdapp | 3 +- > config/common_linuxapp | 3 +- > mk/rte.app.mk | 164 ++-----------------------------------------= ------ > mk/rte.lib.mk | 81 ++++++------------------ > mk/rte.sdkbuild.mk | 2 +- > mk/rte.sharelib.mk | 54 ++++++++-------- > mk/rte.vars.mk | 4 -- > 7 files changed, 54 insertions(+), 257 deletions(-) >=20 > -- > 1.9.3