From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] build: set -mfpu=neon flag for armv7a builds Date: Sun, 18 Nov 2018 15:32:03 +0100 Message-ID: <1707799.xohFhAz9aA@xps> References: <20181115165418.25195-1-bluca@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: stable@dpdk.org, Luca Boccassi , dev , Bruce Richardson , pbhagavatula@caviumnetworks.com, jerin.jacob@caviumnetworks.com To: Christian Ehrhardt Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/11/2018 20:29, Christian Ehrhardt: > On Thu, Nov 15, 2018 at 5:54 PM Luca Boccassi wrote: > > > > Building on armv7a with meson currenctly fails: > > > > /usr/lib/gcc/arm-linux-gnueabihf/8/include/arm_neon.h:10369:1: error: > > inlining failed in call to always_inline =E2=80=98vld1q_s32=E2=80= =99: target > > specific option mismatch > > > > Set -mfpu=3Dneon on that architecture like the legacy makefiles do to f= ix > > the issue. > > > > Fixes: b1d48c41189a ("build: support ARM with meson") > > Cc: stable@dpdk.org > > > > Signed-off-by: Luca Boccassi >=20 > Acked-by: Christian Ehrhardt Applied, thanks