From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: do not enforce any specific ARM ABI Date: Mon, 02 May 2016 17:47:53 +0200 Message-ID: <2374703.jMzXCZRevP@xps13> References: <1460759586-18291-1-git-send-email-viktorin@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Viktorin Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id DC74C5927 for ; Mon, 2 May 2016 17:47:55 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id a17so149459090wme.0 for ; Mon, 02 May 2016 08:47:55 -0700 (PDT) In-Reply-To: <1460759586-18291-1-git-send-email-viktorin@rehivetech.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-16 00:33, Jan Viktorin: > The dpdk build system passes -mfloat-abi=softfp, which makes the build fail > when the selected ABI is EABIhf. The dpdk build system should not make > assumptions on the selected ARM ABI. > > Signed-off-by: Jan Viktorin > Reported-by: Thomas Petazzoni Applied, thanks