From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 112924C8E for ; Sun, 18 Nov 2018 15:24:27 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9C85821B74; Sun, 18 Nov 2018 09:24:26 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 09:24:26 -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=R/Rta92lsvmUVrFAkbI8NLg+XYtAtx1aG/e3yl0hUjA=; b=bHJqXONfBTqn 9kzdPlS0mCeB8jGVJGcW/kr2aouxepTg+qIwTzHQJas4kTMrhff5SEOVeQl2W5n9 H3f1A8aJiOZWP21JDWoIKcPJxig+LOl1SYNFK9DCPvqu981PdWnmacs9eKztWgdx FS0fvK84O4eNpP8apZBTbyeb+2Wazqo= 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=R/Rta92lsvmUVrFAkbI8NLg+XYtAtx1aG/e3yl0hU jA=; b=bH59BRtHA47mgjUK94H7yCFWkyousCerpflKtIluSWm0mCSxTh9UUEgWx hjgEvnbq8/p8AVwUFpgjsAbw17LDZj/EGOFws08Tpu4Qy2rAdzb3WW0uB2bHR5pW fLEacyK1HZqV027gdZjT81Lr3utgUJT0UMgWjipGDLUNVtJc+O9ge/pt1k/ppuOJ iI8De1IHKWvzV5xeJhbnJnvKUJ1SsmdDtl6nVBYxp3sraSgwww369yikKsSaI+2b tEJwf7kHpdwkninN2Yl5WGuhpTmCbr+bl8tI4F1MzNp49fSR0Pl1AP9kYHVKNwEW KY3xuAH7FqP+NTeFgAiEIMhzmAJRg== X-ME-Sender: 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 4FA2E102F3; Sun, 18 Nov 2018 09:24:25 -0500 (EST) From: Thomas Monjalon To: Christian Ehrhardt Cc: dev@dpdk.org, Luca Boccassi , Bruce Richardson Date: Sun, 18 Nov 2018 15:24:24 +0100 Message-ID: <1788865.Bn7SiURA0A@xps> In-Reply-To: <20181114194012.18255-1-christian.ehrhardt@canonical.com> References: <20181114143315.2695-1-christian.ehrhardt@canonical.com> <20181114194012.18255-1-christian.ehrhardt@canonical.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 1/2] build: avoid non supported -march on ppc (meson) 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: Sun, 18 Nov 2018 14:24:27 -0000 14/11/2018 20:40, Christian Ehrhardt: > So far only if machine was "native" it did use the re-direction to > not set -march on ppc64 (where -march is not supported). > We have to use mcpu/mtune in any case on ppc for whatever someone using > the build system defines as machine. > > Fixes: 54d609a13876 ("build: add ppc64 meson build") > > Acked-by: Luca Boccassi > Signed-off-by: Christian Ehrhardt Series applied, thanks