From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A9F3D440A6; Thu, 23 May 2024 14:26:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6C952402B3; Thu, 23 May 2024 14:26:58 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) by mails.dpdk.org (Postfix) with ESMTP id 9C1A6402DE for ; Thu, 23 May 2024 14:26:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1716467218; x=1748003218; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=eF6qw/2OIYPLezGapV4OcazN6agR2cTybXPMwJIN8AI=; b=Wl9ns+y7lAqDJdETeO39YJFrBIbT8qC+rqDkXSlx8koNuSAa8wBN50bK eZKR5QQd/AuLPmZMvikF9ABUaqaL0zULPYpolkxKhrhPXDzEp60/s2dws fP4B/PLIVXtaiQIqjCR6tUKW7ec7xHYzNV9wayCKaTqixvazpC3yFtnFG boTZJhR76Db/nA8MtG4tSnf7drXx5tg+00eDcP37T99H4dCPThmqDRdVN 1O4yJfRML5FBKRInQoljjImNJHHOC23XqzE+1X7cae2GyFhkIUmX7OmJc qWFQgEhDt9xsJ7H6V/U9/2GsnhMLMwrIo8K7d5Yu+hArUMnaFURnI/8i0 Q==; X-CSE-ConnectionGUID: ssWhnhhaQTehp4Vdbgtqyg== X-CSE-MsgGUID: 8uxTTmgNRfiLmgXZNi384w== X-IronPort-AV: E=McAfee;i="6600,9927,11081"; a="16567585" X-IronPort-AV: E=Sophos;i="6.08,182,1712646000"; d="scan'208";a="16567585" Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 May 2024 05:26:57 -0700 X-CSE-ConnectionGUID: RcjMYHfsSvWkYlRR2TkfAw== X-CSE-MsgGUID: PxnnS8HnRpKM+2qmLQMfsA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,182,1712646000"; d="scan'208";a="38125591" Received: from sbrzez.igk.intel.com ([10.211.11.150]) by fmviesa003.fm.intel.com with ESMTP; 23 May 2024 05:26:55 -0700 From: Sebastian Brzezinka To: jerinjacobk@gmail.com Cc: dev@dpdk.org, krish.reddy@samsung.com, sebastian.brzezinka@intel.com Subject: Re: [PATCH 2/2] ARM64: Cross-Compilation Support Date: Thu, 23 May 2024 14:26:54 +0200 Message-Id: <20240523122654.114476-1-sebastian.brzezinka@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org I re-uploaded this patch to get rid of the banner added by the mail service, so there are no meaningful changes added to v2.  > Is aarch64-none-linux* latest compiler? According to https://developer.arm.com/downloads/-/gnu-a, there is no toolchain named aarch64-linux-gnu*.