From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0FC8A7E28 for ; Mon, 6 Oct 2014 12:45:36 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by fmsmga103.fm.intel.com with ESMTP; 06 Oct 2014 03:43:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,663,1406617200"; d="scan'208";a="482220572" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by azsmga001.ch.intel.com with ESMTP; 06 Oct 2014 03:52:38 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s96AqbZp021167; Mon, 6 Oct 2014 11:52:37 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s96AqbZn003408; Mon, 6 Oct 2014 11:52:37 +0100 Received: (from smonroy@localhost) by sivswdev02.ir.intel.com with id s96AqZr7003404; Mon, 6 Oct 2014 11:52:35 +0100 From: Sergio Gonzalez Monroy To: dev@dpdk.org Date: Mon, 6 Oct 2014 11:52:31 +0100 Message-Id: <1412592755-3370-1-git-send-email-sergio.gonzalez.monroy@intel.com> X-Mailer: git-send-email 1.8.5.4 In-Reply-To: <1412265386-26291-1-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1412265386-26291-1-git-send-email-sergio.gonzalez.monroy@intel.com> Subject: [dpdk-dev] [PATCH v2 0/4] Update 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, 06 Oct 2014 10:45:37 -0000 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/combined libraries. - Link apps only against single/combined libs. Sergio Gonzalez Monroy (4): Link combined shared library using CC Link apps only against single/combined library Update library build process Link apps/DSOs against EXECENV_LDLIBS with --as-needed 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(-) -- 1.9.3