From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id A7A0D2BB5 for ; Fri, 1 Mar 2019 14:29:55 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0BC3422040; Fri, 1 Mar 2019 08:29:55 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 01 Mar 2019 08:29:55 -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=zCrxvrnLFkU7+TLT0IuEm6KQQeIuTL7A5WjBs6cp7+o=; b=mnlYVzylLoOr QIcCb5u2NjGf4MOxhM5X9XutbnD5sNKIPzQ2AdcYDIi0psgsdaza0vOaEHBZKp74 Axi09+3LYllewuatVSJJrF/mdWlVhwhYfqiTM3O4udlFl/pfntAfPoBylUkNXll9 w2yocBBIMzRLrAtYfQRkQn/W9QJwnK8= 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=fm2; bh=zCrxvrnLFkU7+TLT0IuEm6KQQeIuTL7A5WjBs6cp7 +o=; b=2f4zPDfrqJ1T8ZP/yW74AtJ7SYi3236y9X7lrizi549DZsCJA62qzLtY6 wEezCz/zbFMyPdym0U9wmOCpN0G25FGgatz1pIPgoLf7GciTjmLLIxbsm3/sGShw x5H8QCKcVeKZFUpHKKxzzcFkeTe5J00En23WE4whmoGMjOPsjGAbyu4hs1lyYpab OjXhVLBVCjBmrgiWKu49npt7pbGikRfs/8pPsroxLhedvMNgSzkhWeI0cyRWi/3I SOWSNUfhpFKxjhN8CsiHTYdYAws0afOIsUdIJKbfZaAYTF9MB6M5O+YJhivzbluS RGVExB1ItqGIC5WgG6fnGCFcHBH8A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrvdehgdehudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epleefrdeirddugeelrdduudegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgr shesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 985D1E40C1; Fri, 1 Mar 2019 08:29:52 -0500 (EST) From: Thomas Monjalon To: Phil Yang Cc: dev@dpdk.org, nd@arm.com, pbhagavatula@caviumnetworks.com, honnappa.nagarahalli@arm.com, jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com Date: Fri, 01 Mar 2019 14:29:50 +0100 Message-ID: <1926677.5PIC4xoK3u@xps> In-Reply-To: <1548929512-30408-1-git-send-email-phil.yang@arm.com> References: <1548929512-30408-1-git-send-email-phil.yang@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] build: add meson support for cortex a55 and a76 platforms 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: Fri, 01 Mar 2019 13:29:55 -0000 31/01/2019 11:11, Phil Yang: > Enable native/cross compiling for Cortex-A55 and Cortex-A76 on meson. > > Signed-off-by: Phil Yang > Reviewed-by: Ola Liljedahl > Reviewed-by: Gavin Hu > --- > config/arm/arm64_armv8_linuxapp_gcc | 2 ++ > config/arm/meson.build | 2 ++ > 2 files changed, 4 insertions(+) Applied, thanks. Some thoughts: - Can we merge support for cross and native compilation in one place? - Why isn't it native in Meson?