From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by dpdk.org (Postfix) with ESMTP id DC1685A52 for ; Wed, 8 Apr 2015 20:26:20 +0200 (CEST) Received: by pdea3 with SMTP id a3so123848976pde.3 for ; Wed, 08 Apr 2015 11:26:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=jztMPYKfXCejMJkmDjqoEWsDQIwKYGo7rXPrl4w80Qo=; b=IvD6oad7k3v0qHjWoAObUdhQFen/Lj4P6d+crtoD0DftpLOf+9yp6Po1qJ/s+LYhsm KTdcWEAvP0WsVj0WcZ4jmA6emP0uLiWxZR2mOn3kAc0eQral+APNsXoPGuKiIBPTWjk0 0TNDl/3XKs24cr7O3atf6bXyUAJQ6rWfB4qkEca8A0fczdOIKixoYxfYUZtisYzvHRbg sSlDeTdLq/vhbAzGb3kby/z1RzexHW8OLNoYM9tDWk4gOQKjy5oDuVF0WjQoHUV31grq 8xGOTpiltLXeT4mEThiA2GTrCmnHria51GdCHgh75Yo+KCJ+Pipupp7l3iWU6pK6lrFb /V1A== X-Gm-Message-State: ALoCoQmMJRPAY5sPHDFki9AKe+Awg+MLCSszGrj9OEpxwf2SxHnIdzkJVnNnTY6ngDIYLl+9K4EK X-Received: by 10.68.248.8 with SMTP id yi8mr48905002pbc.56.1428517580312; Wed, 08 Apr 2015 11:26:20 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id d4sm12001174pds.43.2015.04.08.11.26.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Apr 2015 11:26:20 -0700 (PDT) Date: Wed, 8 Apr 2015 11:26:19 -0700 From: Stephen Hemminger To: Sergio Gonzalez Monroy Message-ID: <20150408112619.14596b65@urahara> In-Reply-To: <1428505645-5578-2-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1428505645-5578-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1428505645-5578-2-git-send-email-sergio.gonzalez.monroy@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 1/5] mk: remove combined library and related options 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: Wed, 08 Apr 2015 18:26:21 -0000 On Wed, 8 Apr 2015 16:07:21 +0100 Sergio Gonzalez Monroy wrote: > Currently, the target/rules to build combined libraries is different > than the one to build individual libraries. > > By removing the combined library option as a build configuration option > we simplify the build pocess by having a single point for linking/archiving > libraries in DPDK. > > This patch removes CONFIG_RTE_BUILD_COMBINE_LIB build config option and > removes the makefiles associated with building a combined library. > > The CONFIG_RTE_LIBNAME config option is kept as it will be use to > always generate a linker script that acts as a single combined library. > > Signed-off-by: Sergio Gonzalez Monroy No. We use combined library and it greatly simplfies the application linking process.