summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-11-20 14:21:51 +0000
committerLuca Barbato <lu_zero@gentoo.org>2012-11-20 14:21:51 +0000
commit0459ab90b049bfaf3dca77f1999c98fd66a25e27 (patch)
tree8514b663d310e5d52330077db2a64aa3ab2d5265 /sys-libs/newlib/newlib-1.20.0.ebuild
parentSwitch to mirror://opera. (diff)
downloadhistorical-0459ab90b049bfaf3dca77f1999c98fd66a25e27.tar.gz
historical-0459ab90b049bfaf3dca77f1999c98fd66a25e27.tar.bz2
historical-0459ab90b049bfaf3dca77f1999c98fd66a25e27.zip
Do not enable mathfp, it is considered unstable/broken code.
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64 Manifest-Sign-Key: 0x1191738E
Diffstat (limited to 'sys-libs/newlib/newlib-1.20.0.ebuild')
-rw-r--r--sys-libs/newlib/newlib-1.20.0.ebuild6
1 files changed, 1 insertions, 5 deletions
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)"