summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-09-16 10:18:37 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-09-16 10:18:37 +0000
commit93a6cb66c829b609e616d490a10487d5cc97d4cc (patch)
treee79861249771b9cd3854a436f51e318f4ed2c007 /sys-libs
parentImproving KDE detection, bug #105955 (diff)
downloadgentoo-2-93a6cb66c829b609e616d490a10487d5cc97d4cc.tar.gz
gentoo-2-93a6cb66c829b609e616d490a10487d5cc97d4cc.tar.bz2
gentoo-2-93a6cb66c829b609e616d490a10487d5cc97d4cc.zip
Enable nptl on alpha.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog8
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.5-r1.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.5.20050421.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.5.20050722.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.5.ebuild4
8 files changed, 21 insertions, 15 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 321905d444d6..9067ee83d415 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.385 2005/09/07 20:13:08 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.386 2005/09/16 10:18:37 kloeri Exp $
+
+ 16 Sep 2005; Bryan Østergaard <kloeri@gentoo.org>
+ glibc-2.3.4.20041102-r1.ebuild, glibc-2.3.4.20041102-r2.ebuild,
+ glibc-2.3.4.20050125-r1.ebuild, glibc-2.3.5.ebuild, glibc-2.3.5-r1.ebuild,
+ glibc-2.3.5.20050421.ebuild, glibc-2.3.5.20050722.ebuild:
+ Enable nptl on alpha.
07 Sep 2005; Jeremy Huddleston <eradicator@gentoo.org>
glibc-2.3.5-r1.ebuild:
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild
index a7f47c496153..2571dcc6f73d 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041102-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.20041102-r1.ebuild,v 1.20 2005/07/29 16:26:13 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild,v 1.21 2005/09/16 10:18:37 kloeri Exp $
inherit eutils multilib flag-o-matic toolchain-funcs versionator
@@ -266,7 +266,7 @@ check_nptl_support() {
want_nptl() {
if use nptl || use nptlonly ; then
# Archs that can use NPTL
- if use amd64 || use ia64 || use ppc || \
+ if use alpha || use amd64 || use ia64 || use ppc || \
use ppc64 || use s390 || use sparc; then
return 0
fi
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild
index 8be73075ac86..d13facb43609 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041102-r2.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.20041102-r2.ebuild,v 1.5 2005/09/16 05:51:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild,v 1.6 2005/09/16 10:18:37 kloeri Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -776,7 +776,7 @@ want_nptl() {
# Archs that can use NPTL
case $(tc-arch) in
- amd64|ia64|ppc|ppc64|s390|x86)
+ alpha|amd64|ia64|ppc|ppc64|s390|x86)
return 0;
;;
sparc)
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 7183fc028b71..4e04a3e85124 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.61 2005/09/16 05:51:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.62 2005/09/16 10:18:37 kloeri Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -769,7 +769,7 @@ want_nptl() {
# Archs that can use NPTL
case $(tc-arch) in
- amd64|ia64|ppc|ppc64|s390|x86)
+ alpha|amd64|ia64|ppc|ppc64|s390|x86)
return 0;
;;
sparc)
diff --git a/sys-libs/glibc/glibc-2.3.5-r1.ebuild b/sys-libs/glibc/glibc-2.3.5-r1.ebuild
index 19218d03b048..cc79605fd795 100644
--- a/sys-libs/glibc/glibc-2.3.5-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5-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.5-r1.ebuild,v 1.28 2005/09/16 05:51:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.29 2005/09/16 10:18:37 kloeri Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -757,7 +757,7 @@ want_nptl() {
# Archs that can use NPTL
case $(tc-arch) in
- amd64|ia64|ppc|ppc64|s390|x86)
+ alpha|amd64|ia64|ppc|ppc64|s390|x86)
return 0;
;;
sparc)
diff --git a/sys-libs/glibc/glibc-2.3.5.20050421.ebuild b/sys-libs/glibc/glibc-2.3.5.20050421.ebuild
index b180f58bc8ce..91a7b7146f5a 100644
--- a/sys-libs/glibc/glibc-2.3.5.20050421.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5.20050421.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.5.20050421.ebuild,v 1.35 2005/09/16 05:51:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050421.ebuild,v 1.36 2005/09/16 10:18:37 kloeri Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -755,7 +755,7 @@ want_nptl() {
# Archs that can use NPTL
case $(tc-arch) in
- amd64|ia64|ppc|ppc64|s390|x86)
+ alpha|amd64|ia64|ppc|ppc64|s390|x86)
return 0;
;;
sparc)
diff --git a/sys-libs/glibc/glibc-2.3.5.20050722.ebuild b/sys-libs/glibc/glibc-2.3.5.20050722.ebuild
index 181c71b7a5d0..c35f9cde63ba 100644
--- a/sys-libs/glibc/glibc-2.3.5.20050722.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5.20050722.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.5.20050722.ebuild,v 1.14 2005/09/16 05:51:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050722.ebuild,v 1.15 2005/09/16 10:18:37 kloeri Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -763,7 +763,7 @@ want_nptl() {
# Archs that can use NPTL
case $(tc-arch) in
- amd64|ia64|ppc|ppc64|s390|x86)
+ alpha|amd64|ia64|ppc|ppc64|s390|x86)
return 0;
;;
sparc)
diff --git a/sys-libs/glibc/glibc-2.3.5.ebuild b/sys-libs/glibc/glibc-2.3.5.ebuild
index b3e83e05c446..f4ee0d0f5d76 100644
--- a/sys-libs/glibc/glibc-2.3.5.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5.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.5.ebuild,v 1.46 2005/09/16 05:51:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.ebuild,v 1.47 2005/09/16 10:18:37 kloeri Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -760,7 +760,7 @@ want_nptl() {
# Archs that can use NPTL
case $(tc-arch) in
- amd64|ia64|ppc|ppc64|s390|x86)
+ alpha|amd64|ia64|ppc|ppc64|s390|x86)
return 0;
;;
sparc)