Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756801AbcLPA6Q (ORCPT ); Thu, 15 Dec 2016 19:58:16 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:19930 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754042AbcLPA6I (ORCPT ); Thu, 15 Dec 2016 19:58:08 -0500 Date: Fri, 16 Dec 2016 00:57:14 +0000 From: "Maciej W. Rozycki" To: Ralf Baechle CC: Matthew Fortune , kbuild test robot , , , Markos Chandras Subject: Re: arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32' In-Reply-To: <20161213040240.GG5107@linux-mips.org> Message-ID: References: <201612110904.6VnR600Y%fengguang.wu@intel.com> <20161213040240.GG5107@linux-mips.org> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [10.20.78.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1372 Lines: 31 On Tue, 13 Dec 2016, Ralf Baechle wrote: > > FYI, the error/warning still remains. > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > head: 045169816b31b10faed984b01c390db1b32ee4c1 > > commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO > > date: 1 year, 1 month ago > > config: mips-jmr3927_defconfig (attached as .config) > > compiler: mips-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 > > reproduce: > > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > git checkout ebb5e78cc63417a35254a791de66e1cc84f963cc > > # save the attached .config to linux build tree > > make.cross ARCH=mips > > Which binutils are you using with this compiler? FYI, see the discussion: , and the original patch: . My advice has been to stick `$(call cc-option,-mno-float,-msoft-float)' there instead, although there might be a slight controversy around it, so if you are happy with revisiting Guenter's change in the future, then you may well pick the original patch. Myself, I don't have resources available right now to submit a revised patch, sorry. Maciej