Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 22:26:00 -0800
From:      NGie Cooper <yaneurabeya@gmail.com>
To:        Ed Maste <emaste@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   Re: svn commit: r293654 - stable/10/sys/boot/efi
Message-ID:  <5DD7E7B9-C73F-423F-8762-3471B18D314F@gmail.com>
In-Reply-To: <201601110425.u0B4P464095198@repo.freebsd.org>
References:  <201601110425.u0B4P464095198@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Jan 10, 2016, at 20:25, Ed Maste <emaste@freebsd.org> 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 :(...=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5DD7E7B9-C73F-423F-8762-3471B18D314F>