summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-14 07:17:58 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-14 07:17:58 +0000
commit75ccfcf0920379fa9622b27286ccbf9a2d50ecbf (patch)
tree8759043f4dc942f837c3ff02f9c2302f442574e3 /sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
parent(Portage version: 2.0.51.19) (Manifest recommit) (diff)
downloadgentoo-2-75ccfcf0920379fa9622b27286ccbf9a2d50ecbf.tar.gz
gentoo-2-75ccfcf0920379fa9622b27286ccbf9a2d50ecbf.tar.bz2
gentoo-2-75ccfcf0920379fa9622b27286ccbf9a2d50ecbf.zip
Cleanup sparc related __thread/tls logic.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
index f63b838aae8a..fd87715c8ddc 100644
--- a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.37 2005/04/07 22:01:17 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.38 2005/04/14 07:17:58 eradicator Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -749,7 +749,7 @@ want_nptl() {
;;
sparc)
# >= v9 is needed for nptl.
- [[ "${PROFILE_ARCH}" == "sparc32" ]] && return 1
+ [[ "${PROFILE_ARCH}" == "sparc" ]] && return 1
return 0;
;;
esac