Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/gnu-efi/
Date: Sun, 05 Feb 2017 04:23:23
Message-Id: 1486268376.1fb33c231cb6d5e1892bdc8fb8f5a201f420c24e.floppym@gentoo
1 commit: 1fb33c231cb6d5e1892bdc8fb8f5a201f420c24e
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 04:19:36 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 04:19:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb33c23
7
8 sys-boot/gnu-efi: filter -mfpmath=sse
9
10 Gentoo-Bug: https://bugs.gentoo.org/607992
11 Package-Manager: Portage-2.3.3_p47_p631453, Repoman-2.3.1_p40_p631453
12
13 sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild | 8 ++++++--
14 sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild | 8 ++++++--
15 2 files changed, 12 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild
18 index 741b506..96dae64 100644
19 --- a/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild
20 +++ b/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=5
28
29 -inherit multilib toolchain-funcs
30 +inherit flag-o-matic multilib toolchain-funcs
31
32 DESCRIPTION="Library for build EFI Applications"
33 HOMEPAGE="http://gnu-efi.sourceforge.net/"
34 @@ -51,6 +51,10 @@ efimake() {
35
36 src_compile() {
37 tc-export BUILD_CC AR AS CC LD
38 +
39 + # https://bugs.gentoo.org/607992
40 + filter-mfpmath sse
41 +
42 if [[ ${CHOST} == x86_64* ]]; then
43 use abi_x86_32 && CHOST=i686 ABI=x86 efimake
44 use abi_x86_64 && efimake
45
46 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild
47 index 65873c6..205eaf0 100644
48 --- a/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild
49 +++ b/sys-boot/gnu-efi/gnu-efi-3.0.4.ebuild
50 @@ -1,10 +1,10 @@
51 -# Copyright 1999-2016 Gentoo Foundation
52 +# Copyright 1999-2017 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Id$
55
56 EAPI=6
57
58 -inherit toolchain-funcs
59 +inherit flag-o-matic toolchain-funcs
60
61 DESCRIPTION="Library for build EFI Applications"
62 HOMEPAGE="http://gnu-efi.sourceforge.net/"
63 @@ -51,6 +51,10 @@ efimake() {
64
65 src_compile() {
66 tc-export BUILD_CC AR AS CC LD
67 +
68 + # https://bugs.gentoo.org/607992
69 + filter-mfpmath sse
70 +
71 if [[ ${CHOST} == x86_64* ]]; then
72 use abi_x86_32 && CHOST=i686 ABI=x86 efimake
73 use abi_x86_64 && efimake