summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-01-11 18:53:32 +0000
committerFabian Groffen <grobian@gentoo.org>2011-01-11 18:53:32 +0000
commit56cc6c4f7c7a07e4de018617417598f201dcd529 (patch)
tree81ecc217a6d3a1d727230b6a04a3d01ae9be502d /eclass
parentInitial import, fixed bug 134367. (diff)
downloadgentoo-2-56cc6c4f7c7a07e4de018617417598f201dcd529.tar.gz
gentoo-2-56cc6c4f7c7a07e4de018617417598f201dcd529.tar.bz2
gentoo-2-56cc6c4f7c7a07e4de018617417598f201dcd529.zip
FreeMiNT can do threads now, bug #350822
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index eda551b9d9ab..b664bcabfc8e 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.446 2011/01/08 07:44:13 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.447 2011/01/11 18:53:32 grobian Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1413,8 +1413,6 @@ gcc_do_configure() {
case ${CHOST} in
mingw*|*-mingw*|*-cygwin)
confgcc="${confgcc} --enable-threads=win32" ;;
- *-mint*)
- confgcc="${confgcc} --disable-threads" ;;
*)
confgcc="${confgcc} --enable-threads=posix" ;;
esac