From owner-svn-src-all@freebsd.org Fri Aug 28 14:02:36 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AFFD9C4614 for ; Fri, 28 Aug 2015 14:02:36 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qg0-f44.google.com (mail-qg0-f44.google.com [209.85.192.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37AC3161F for ; Fri, 28 Aug 2015 14:02:36 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by qgeh99 with SMTP id h99so31457013qge.0 for ; Fri, 28 Aug 2015 07:02:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=aP6HHm/rNOjlkIg2ELUoYz8uOPKHWiJKFiny2Bfr0kg=; b=T9xgActgWZyGT4dMGOxRWd26i5Kt32xmAXrM/SiE/feZsVUBiT2gqeSKw71FsKz+8K WgPMTWDkK3k1a+R77Y7BjS6smoBOqWAyxuXvv4FyoR5jmN31vf2y7BrGJkp8DsKKkQqb RDPrMdgV4d3c8nsf07Pnwa15/FwKgv+pXnHHz6UXMuo06ZRg+qEL5SMwK7RRk+Tme/Iu GsFpnpqxb/UWw2OfNGQxuUfCMcQwWj10FwlyctUi8ks3IChOLiPjF9mdo83mI2e8f/4b cToX3zDlDoANO1iOOvRMkURssQmKTyDN3kgq74Eyg0jVJLdmCj2JBz0lRHhMTvfCPerl zBDg== X-Gm-Message-State: ALoCoQmqM2ZJseCG6d1SKaNTtOGKD+spicaBjxSe/efUzX4W+ZmfAXawxUUahT3yvNhruOkG8FxM MIME-Version: 1.0 X-Received: by 10.140.233.14 with SMTP id e14mr17612344qhc.20.1440770554962; Fri, 28 Aug 2015 07:02:34 -0700 (PDT) Sender: wlosh@bsdimp.com Received: by 10.140.91.52 with HTTP; Fri, 28 Aug 2015 07:02:34 -0700 (PDT) X-Originating-IP: [50.253.99.174] In-Reply-To: <55E065DD.1060501@mail.lifanov.com> References: <201508272346.t7RNkg6C013955@repo.freebsd.org> <55E065DD.1060501@mail.lifanov.com> Date: Fri, 28 Aug 2015 08:02:34 -0600 X-Google-Sender-Auth: cegAO7yPBWYoc0cWlovmljqFUD4 Message-ID: Subject: Re: svn commit: r287227 - in head: lib/libstand share/mk sys/boot/efi sys/boot/ficl sys/boot/i386 sys/boot/libstand32 sys/boot/pc98 sys/boot/userboot/ficl sys/boot/userboot/libstand sys/boot/zfs From: Warner Losh To: Nikolai Lifanov Cc: Warner Losh , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2015 14:02:36 -0000 I'm testing a fix now. Not sure why I didn't see it until now. Warner On Fri, Aug 28, 2015 at 7:45 AM, Nikolai Lifanov wrote: > On 08/27/15 19:46, Warner Losh wrote: > > Author: imp > > Date: Thu Aug 27 23:46:42 2015 > > New Revision: 287227 > > URL: https://svnweb.freebsd.org/changeset/base/287227 > > > > Log: > > Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags. > > Go ahead and defined -D_STANDALONE for all targets (only strictly > > needed for some architecture, but harmless on those it isn't required > > for). Also add -msoft-float to all architectures uniformly rather > > that higgley piggley like it is today. > > > > Differential Revision: https://reviews.freebsd.org/D3496 > > > > Added: > > head/share/mk/bsd.stand.mk (contents, props changed) > > Modified: > > head/lib/libstand/Makefile > > head/sys/boot/efi/Makefile.inc > > head/sys/boot/ficl/Makefile > > head/sys/boot/i386/Makefile.inc > > head/sys/boot/libstand32/Makefile > > head/sys/boot/pc98/Makefile.inc > > head/sys/boot/userboot/ficl/Makefile > > head/sys/boot/userboot/libstand/Makefile > > head/sys/boot/zfs/Makefile > > > > Hi! I get this on amd64 after this commit: > > --- sys.all__D --- > ld: i386:x86-64 architecture of input file > > `/usr/obj/usr/src/sys/boot/i386/gptboot/../../libstand32/libstand.a(qdivrem.o)' > is incompatible with i386 output > *** [gptboot.out] Error code 1 > > - Nikolai Lifanov > >