From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by dpdk.org (Postfix) with ESMTP id C90BC58F7 for ; Thu, 15 Jan 2015 14:11:29 +0100 (CET) Received: by mail-we0-f174.google.com with SMTP id k48so14597888wev.5 for ; Thu, 15 Jan 2015 05:11:29 -0800 (PST) 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:content-type; bh=ZVVPZeKVA4085i5M7MlLV6I6BzbAfPRZv7KLvgS5Ndc=; b=B4rrZbHuH+dsAMOUWv116UKpHRVBE0wzSt7UphcdGg0Km92FkAVODmwfWcXt4hQE/8 F+kDNmwFERSxfURFdz7cTSUGcf5yPPGl71TyTvGieCvhW8ZG/SoxSeIcWO0bYmQJD9nV Hw7ZEe8PwVUXnE3QnJv5IUcvi6dJk6UGLgMWk6j8qFRhuulH+L6VW6+AblI/SlL7hTxI eqpGSjv+ONDMO00ZJ3mC+jl8D5r2R2TSrwA8KOmlx7QEa2sSlz2NbnK+ngED0m9fNiXO g3QfwN1y+E5ihw3so9qRyrEUiYSUj5/a5P+23/SGUwfJLx+x21Pz7VAwHYY1rYdUSW0b mCzw== X-Gm-Message-State: ALoCoQlud9EMiHtmVNHM9TSX+kESxklOsVh4SBDtazit9KD9VL5csj0gBbeRg2IbXFp7tp760mHS X-Received: by 10.194.235.165 with SMTP id un5mr18425514wjc.1.1421327488986; Thu, 15 Jan 2015 05:11:28 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n3sm22737134wiw.5.2015.01.15.05.11.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Jan 2015 05:11:28 -0800 (PST) From: Thomas Monjalon To: Neil Horman Date: Thu, 15 Jan 2015 14:11:05 +0100 Message-ID: <21867160.2rC8zfFUHe@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.6-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1420228737-23247-1-git-send-email-nhorman@tuxdriver.com> References: <1420228737-23247-1-git-send-email-nhorman@tuxdriver.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] rte.app.mk: whole-archive should be used with COMBINED_LIB 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, 15 Jan 2015 13:11:30 -0000 2015-01-02 14:58, Neil Horman: > When building static archives with CONFIG_COMBINED_LIBS, we still need to > specify --whole-archive to pull in all the proper constructors. > > Signed-off-by: Neil Horman > Reported-by: Lyn M > Tested-by: Lyn M > CC: Lyn M > CC: Thomas Monjalon Acked-by: Thomas Monjalon Applied Thanks -- Thomas