summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-06-09 06:47:12 +0000
committerMike Frysinger <vapier@gentoo.org>2012-06-09 06:47:12 +0000
commit322f7f1a64441e77304b5d4a9b71486dbb5d3312 (patch)
treedf020648716d87e83ebd096e011a24b1faf8d7c0 /sys-libs/uclibc/uclibc-0.9.33.1.ebuild
parentmarked x86 per bug 420039 (diff)
downloadgentoo-2-322f7f1a64441e77304b5d4a9b71486dbb5d3312.tar.gz
gentoo-2-322f7f1a64441e77304b5d4a9b71486dbb5d3312.tar.bz2
gentoo-2-322f7f1a64441e77304b5d4a9b71486dbb5d3312.zip
Drop tc-is-softfloat usage as the FPU knob merely controls enabling of libm.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/uclibc/uclibc-0.9.33.1.ebuild')
-rw-r--r--sys-libs/uclibc/uclibc-0.9.33.1.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-libs/uclibc/uclibc-0.9.33.1.ebuild b/sys-libs/uclibc/uclibc-0.9.33.1.ebuild
index d60e1f65bcda..fc01776ff13e 100644
--- a/sys-libs/uclibc/uclibc-0.9.33.1.ebuild
+++ b/sys-libs/uclibc/uclibc-0.9.33.1.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/uclibc/uclibc-0.9.33.1.ebuild,v 1.2 2012/06/01 04:22:53 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.1.ebuild,v 1.3 2012/06/09 06:47:12 vapier Exp $
inherit eutils flag-o-matic multilib toolchain-funcs savedconfig
if [[ ${PV} == "9999" ]] ; then
@@ -159,10 +159,6 @@ src_config() {
sed -i -e '/ARCH_.*_ENDIAN/d' .config
kconfig_q_opt y "ARCH_WANTS_$(uclibc_endian)_ENDIAN"
- if [[ $(tc-is-softfloat) != "no" ]] ; then
- kconfig_q_opt n UCLIBC_HAS_FPU
- fi
-
if [[ ${CTARGET} == arm* ]] ; then
kconfig_q_opt n CONFIG_ARM_OABI
kconfig_q_opt y CONFIG_ARM_EABI