From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 020211B5B2; Sun, 23 Dec 2018 00:02:21 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 82BF121D07; Sat, 22 Dec 2018 18:02:21 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sat, 22 Dec 2018 18:02:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=5gaLEmort6BxxbmCZjYEI6ho2+VvL2D++wKtLUHySEs=; b=VTzNBds7ZwQe NoiC2KiaRXY9UuExWNazwpKx5c3TJLqY3JywXXhR5npswza3T6MgvjrZyh03KYTo g81tbfhQ7m3/Eg3gGabNhwBLuc7eJwBmo7lUXYPw5tAAqxojrAlO0oewm9zOa0gD ISmew8rm7uuqicWt7cKGD/py/AHLqZI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=5gaLEmort6BxxbmCZjYEI6ho2+VvL2D++wKtLUHyS Es=; b=IaUUBH4rgp/pA8vdf3oO/eb7hMztwCy7t0RRxgZXmtZJrLEOZdiKNgVin BaiKxCkn99wWjLRAMtJHH2AtN5eut0H8pQICnnc7KiaWb9PRyu0lg1fn5MrJcz3s jQP8CL9z0yQWjTkvD0S+/4m7pMwgQ6xjaR/4LbiPqdyWIc+nXPl2OCgS3XxdrPIn qx0sPvHHHAb43kAhOgabwNyuDedE9nuXuRvFWHSDIHU+ZwWcrENisibZ+HDzo0eN N95uxRYqemML989wpxdew/6EX13FRGKrgmwD4KS+Hze+r93E3Wftaar3BCYP2o3P m/UbUJc2zUJPcrRAK7xIMRZ8XmOTw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejjedgudeikecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkf gjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhn uceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuffhomhgrihhnpehtohholh gthhgrihhnqdgtohhmphgrthdrmhhknecukfhppeejjedrudefgedrvddtfedrudekgeen ucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth enucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E8CB6E4599; Sat, 22 Dec 2018 18:02:19 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, stable@dpdk.org, Tom Barbette , Yongseok Koh , Konstantin Ananyev , Bruce Richardson Date: Sun, 23 Dec 2018 00:02:18 +0100 Message-ID: <6822869.9qTuJeJgbB@xps> In-Reply-To: <20181219210028.60219-1-ferruh.yigit@intel.com> References: <20181219192904.61934-1-ferruh.yigit@intel.com> <20181219210028.60219-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] mk: fix scope of disabling AVX512F support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 23:02:22 -0000 19/12/2018 22:00, Ferruh Yigit: > --- a/mk/toolchain/gcc/rte.toolchain-compat.mk > +++ b/mk/toolchain/gcc/rte.toolchain-compat.mk > +LD_VERSION = $(shell ld -v) For cross-compilation, you should use $(LD), defined as LD = $(CROSS)ld