From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix quoting for ARM mtune argument Date: Mon, 10 Apr 2017 16:49:20 +0200 Message-ID: <2768850.F6AGjPePbn@xps13> References: <70283424711dfed16b5a8a0a118966b39f6d0817.1491578065.git.pascal.mazon@6wind.com> <20170410142808.749d230f.viktorin@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Jan Viktorin , hemant.agrawal@nxp.com To: Pascal Mazon Return-path: Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id 4C7D32BBE for ; Mon, 10 Apr 2017 16:49:22 +0200 (CEST) Received: by mail-wr0-f175.google.com with SMTP id c55so77042870wrc.3 for ; Mon, 10 Apr 2017 07:49:22 -0700 (PDT) In-Reply-To: <20170410142808.749d230f.viktorin@rehivetech.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-04-10 14:28, Jan Viktorin: > On Mon, 10 Apr 2017 14:18:51 +0200 > Pascal Mazon wrote: >=20 > > The mtune argument needs an unquoted argument, otherwise the compil= er > > complains: > >=20 > > arm-buildroot-linux-gnueabi-gcc.br_real: error: > > unrecognized argument in option =E2=80=98-mtune=3D"cortex-a9"=E2= =80=99 > >=20 > > Fixes: 02a8686263de ("mk: introduce ARMv7 architecture") > > Fixes: 4a7e4626975a ("mk: introduce NXP dpaa2 architecture based on= armv8-a") > >=20 > > Reported-by: Jan Viktorin > > Signed-off-by: Pascal Mazon >=20 > Tested-by: Jan Viktorin Applied, thanks