From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A15C5CD12 for ; Fri, 1 May 2015 11:10:40 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 01 May 2015 02:10:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,350,1427785200"; d="scan'208";a="718949324" Received: from unknown ([10.237.220.106]) by fmsmga002.fm.intel.com with SMTP; 01 May 2015 02:10:37 -0700 Received: by (sSMTP sendmail emulation); Fri, 01 May 2015 10:10:35 +0025 Date: Fri, 1 May 2015 10:10:35 +0100 From: Bruce Richardson To: "Wiles, Keith" Message-ID: <20150501091034.GB7992@bricha3-MOBL3> References: <20150430162459.GB5708@bricha3-MOBL3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] NO_AUTOLIB is this variable really needed? 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: Fri, 01 May 2015 09:10:41 -0000 On Thu, Apr 30, 2015 at 05:26:57PM +0100, Wiles, Keith wrote: > > > On 4/30/15, 11:24 AM, "Richardson, Bruce" > wrote: > > >On Thu, Apr 30, 2015 at 02:55:47PM +0000, Wiles, Keith wrote: > >> What is the NO_AUTOLIB variable used for anyway, the doc states this: > >> > >> > >> * NO_AUTOLIBS: If set, the libraries provided by the framework will not > >>be > >> included in the LDLIBS variable automatically. > >> > >> Why was this variable created, do we have really good reason? It seems > >> like the variable removes almost all of the standard libs. > >> > >> > >> Regards, > >> ++Keith > >> > >I think that is a hang-over from the baremetal days, and can probably go > >away > >now. [It was probably used for the loader app or something] > > Do we want me to submit a patch to remove it? A new patch set :-) If it's completely unused in DPDK, it should be removed. /Bruce