diff options
author | 2012-04-21 15:54:06 +0000 | |
---|---|---|
committer | 2012-04-21 15:54:06 +0000 | |
commit | 4171579309241c3e00e1f19049715071d7b1aea3 (patch) | |
tree | ee80357d41d1964b17af01256128a230c5ab2430 /sys-libs/glibc/files | |
parent | New ebuild for #410917. Ebuild by iksaif. (diff) | |
download | historical-4171579309241c3e00e1f19049715071d7b1aea3.tar.gz historical-4171579309241c3e00e1f19049715071d7b1aea3.tar.bz2 historical-4171579309241c3e00e1f19049715071d7b1aea3.zip |
Drop USE=glibc-omitfp support since upstream has as well.
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/glibc/files')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile.eblit | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit index e3fe02a31181..c0fbd6a4e8c6 100644 --- a/sys-libs/glibc/files/eblits/src_compile.eblit +++ b/sys-libs/glibc/files/eblits/src_compile.eblit @@ -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/glibc/files/eblits/src_compile.eblit,v 1.24 2012/04/14 21:59:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.25 2012/04/21 15:54:06 vapier Exp $ glibc_do_configure() { local myconf @@ -24,8 +24,6 @@ glibc_do_configure() { myconf="${myconf} --enable-old-ssp-compat" fi - use glibc-omitfp && myconf="${myconf} --enable-omitfp" - [[ ${CTARGET//_/-} == *-softfloat-* ]] && myconf="${myconf} --without-fp" if [[ $1 == "linuxthreads" ]] ; then |