summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-11-20 14:21:39 +0000
committerLuca Barbato <lu_zero@gentoo.org>2012-11-20 14:21:39 +0000
commit1d79d06c56dc5e186ffcaabdbb887ced036043f5 (patch)
tree116c36ba6d826dcacdf53cfc5017e44fb3b8bc7b /sys-libs/newlib
parentSwitch to mirror://opera. (diff)
downloadgentoo-2-1d79d06c56dc5e186ffcaabdbb887ced036043f5.tar.gz
gentoo-2-1d79d06c56dc5e186ffcaabdbb887ced036043f5.tar.bz2
gentoo-2-1d79d06c56dc5e186ffcaabdbb887ced036043f5.zip
Do not enable mathfp, it is considered unstable/broken code.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1191738E)
Diffstat (limited to 'sys-libs/newlib')
-rw-r--r--sys-libs/newlib/ChangeLog6
-rw-r--r--sys-libs/newlib/newlib-1.18.0.ebuild8
-rw-r--r--sys-libs/newlib/newlib-1.19.0.ebuild8
-rw-r--r--sys-libs/newlib/newlib-1.20.0.ebuild6
4 files changed, 10 insertions, 18 deletions
diff --git a/sys-libs/newlib/ChangeLog b/sys-libs/newlib/ChangeLog
index f06be1162125..1bac5a612e95 100644
--- a/sys-libs/newlib/ChangeLog
+++ b/sys-libs/newlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/newlib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.18 2012/04/27 01:09:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.19 2012/11/20 14:21:39 lu_zero Exp $
+
+ 20 Nov 2012; Luca Barbato <lu_zero@gentoo.org> newlib-1.18.0.ebuild,
+ newlib-1.19.0.ebuild, newlib-1.20.0.ebuild:
+ Do not enable mathfp, it is considered unstable/broken code.
27 Apr 2012; Mike Frysinger <vapier@gentoo.org>
+files/newlib-1.20.0-arm-targets.patch, newlib-1.20.0.ebuild:
diff --git a/sys-libs/newlib/newlib-1.18.0.ebuild b/sys-libs/newlib/newlib-1.18.0.ebuild
index a9e323c98012..7260a023f284 100644
--- a/sys-libs/newlib/newlib-1.18.0.ebuild
+++ b/sys-libs/newlib/newlib-1.18.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.18.0.ebuild,v 1.3 2011/02/12 23:49:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.18.0.ebuild,v 1.4 2012/11/20 14:21:39 lu_zero Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -47,10 +47,6 @@ src_compile() {
CHOST=${CTARGET} strip-unsupported-flags
local myconf=""
- # hardwired to avoid breakages
- [[ $(tc-is-softfloat) != "no" ]] \
- && myconf="--disable-newlib-hw-fp" \
- || myconf="--enable-newlib-hw-fp"
[[ ${CTARGET} == "spu" ]] \
&& myconf="${myconf} --disable-newlib-multithread" \
|| myconf="${myconf} $(use_enable threads newlib-multithread)"
diff --git a/sys-libs/newlib/newlib-1.19.0.ebuild b/sys-libs/newlib/newlib-1.19.0.ebuild
index 559b1baf72d0..8dcca19bdfa0 100644
--- a/sys-libs/newlib/newlib-1.19.0.ebuild
+++ b/sys-libs/newlib/newlib-1.19.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.19.0.ebuild,v 1.1 2011/02/12 23:49:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.19.0.ebuild,v 1.2 2012/11/20 14:21:39 lu_zero Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -47,10 +47,6 @@ src_compile() {
CHOST=${CTARGET} strip-unsupported-flags
local myconf=""
- # hardwired to avoid breakages
- [[ $(tc-is-softfloat) != "no" ]] \
- && myconf="--disable-newlib-hw-fp" \
- || myconf="--enable-newlib-hw-fp"
[[ ${CTARGET} == "spu" ]] \
&& myconf="${myconf} --disable-newlib-multithread" \
|| myconf="${myconf} $(use_enable threads newlib-multithread)"
diff --git a/sys-libs/newlib/newlib-1.20.0.ebuild b/sys-libs/newlib/newlib-1.20.0.ebuild
index 7a90a43dccb2..035fd2b607f7 100644
--- a/sys-libs/newlib/newlib-1.20.0.ebuild
+++ b/sys-libs/newlib/newlib-1.20.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.20.0.ebuild,v 1.3 2012/04/27 01:09:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.20.0.ebuild,v 1.4 2012/11/20 14:21:39 lu_zero Exp $
EAPI="4"
@@ -49,10 +49,6 @@ src_configure() {
CHOST=${CTARGET} strip-unsupported-flags
local myconf=""
- # hardwired to avoid breakages
- [[ $(tc-is-softfloat) != "no" ]] \
- && myconf="--disable-newlib-hw-fp" \
- || myconf="--enable-newlib-hw-fp"
[[ ${CTARGET} == "spu" ]] \
&& myconf="${myconf} --disable-newlib-multithread" \
|| myconf="${myconf} $(use_enable threads newlib-multithread)"