summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-04-25 18:04:48 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-04-25 18:04:48 +0000
commit9e98d4ff4665ff22f7264a6fc8f1c2ceec9765a5 (patch)
treed835a7a59c1b4f1886c144b5a5cd473ef9df1729 /eclass
parentFix build on FreeBSD, bug #316671, by Toffanin [Gentoo/FreeBSD AT] <toffanin.... (diff)
downloadhistorical-9e98d4ff4665ff22f7264a6fc8f1c2ceec9765a5.tar.gz
historical-9e98d4ff4665ff22f7264a6fc8f1c2ceec9765a5.tar.bz2
historical-9e98d4ff4665ff22f7264a6fc8f1c2ceec9765a5.zip
Add support for hardfloat toolchains, acked by vapier
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 5c2d2c2315ba..66501fae9a95 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.424 2010/04/24 23:53:14 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.425 2010/04/25 18:04:48 armin76 Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1359,6 +1359,7 @@ gcc_do_configure() {
[[ $(tc-is-softfloat) == "yes" ]] && confgcc="${confgcc} --with-float=soft"
+ [[ $(tc-is-hardfloat) == "yes" ]] && confgcc="${confgcc} --with-float=hard"
# Native Language Support
if use nls ; then