From owner-svn-src-stable-10@freebsd.org Mon Jan 11 06:26:04 2016 Return-Path: Delivered-To: svn-src-stable-10@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 7F915A6CE6D; Mon, 11 Jan 2016 06:26:04 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x230.google.com (mail-pf0-x230.google.com [IPv6:2607:f8b0:400e:c00::230]) (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 56F4F1197; Mon, 11 Jan 2016 06:26:04 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x230.google.com with SMTP id q63so41137659pfb.1; Sun, 10 Jan 2016 22:26:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=gek1jTCd9y3CTnOBjcOQkWLbP8A7hE667vOEBbIwsb8=; b=KoeTSSFotsY4cNuZZBJ2i98/ST0Kja1ka/6/o0HJKmsusXgtVy7vIqKAzwOac96ZeI fPtv3dIcPacOm6NCILkQkUGHOXK8P90dtHjPMV0i2In5Dmx1U2QEOfPnYGkcvfqq5r+X r+2mClRBE5uNqhP1YYxzEF3KLnRrEAm2ROir3VgvXOQeQgzNO7p9s2Hrb6crY8HvGSTh v7NnsTMomjPqrOW6XEgcNn/S03pw8a4gJq3OHC6SeBIWZFDdQdZ+oFn0zOqhe3+WxTeY KS5AMgJGRj4WEvaUiClGQCXE7RUJm2OiB3rr0UtG5aIckzFaBjw96g6EzraB9mbMvT0B BKGg== X-Received: by 10.98.68.211 with SMTP id m80mr24030970pfi.117.1452493563848; Sun, 10 Jan 2016 22:26:03 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id ya4sm16911932pab.22.2016.01.10.22.26.01 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Jan 2016 22:26:02 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r293654 - stable/10/sys/boot/efi From: NGie Cooper In-Reply-To: <201601110425.u0B4P464095198@repo.freebsd.org> Date: Sun, 10 Jan 2016 22:26:00 -0800 Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <5DD7E7B9-C73F-423F-8762-3471B18D314F@gmail.com> References: <201601110425.u0B4P464095198@repo.freebsd.org> To: Ed Maste X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2016 06:26:04 -0000 > On Jan 10, 2016, at 20:25, Ed Maste wrote: >=20 > Author: emaste > Date: Mon Jan 11 04:25:03 2016 > New Revision: 293654 > URL: https://svnweb.freebsd.org/changeset/base/293654 >=20 > Log: > Move -msoft-float compiler flag into x86/i386 cases to fix ia64 >=20 > Direct commit to stable/10 as ia64 support does not exist in HEAD. >=20 > Modified: > stable/10/sys/boot/efi/Makefile.inc >=20 > Modified: stable/10/sys/boot/efi/Makefile.inc > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- stable/10/sys/boot/efi/Makefile.inc Mon Jan 11 03:30:16 2016 = (r293653) > +++ stable/10/sys/boot/efi/Makefile.inc Mon Jan 11 04:25:03 2016 = (r293654) > @@ -4,17 +4,19 @@ BINDIR?=3D /boot >=20 > .if ${MACHINE_CPUARCH} =3D=3D "i386" > CFLAGS+=3D -march=3Di386 > +CFLAGS+=3D -msoft-float > .endif >=20 > # Options used when building app-specific efi components > # See conf/kern.mk for the correct set of these > -CFLAGS+=3D -ffreestanding -Wformat -msoft-float > +CFLAGS+=3D -ffreestanding -Wformat > LDFLAGS+=3D -nostdlib >=20 > .if ${MACHINE_CPUARCH} =3D=3D "amd64" > CFLAGS+=3D -fshort-wchar > CFLAGS+=3D -mno-red-zone > CFLAGS+=3D -mno-mmx -mno-sse -mno-aes -mno-avx > +CFLAGS+=3D -msoft-float > .endif This unfortunately doesn=E2=80=99t fix gcc :(...=