vapier      14/07/28 05:46:16

  Modified:             common.eblit
  Log:
  Drop arch nptl logic as it only applies to really old versions of glibc now 
(linuxthreads) #518048 by Chase Rayfield.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.36                 sys-libs/glibc/files/eblits/common.eblit

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?r1=1.35&r2=1.36

Index: common.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- common.eblit        14 Jun 2014 08:07:10 -0000      1.35
+++ common.eblit        28 Jul 2014 05:46:16 -0000      1.36
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 
1.35 2014/06/14 08:07:10 rhill Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 
1.36 2014/07/28 05:46:16 vapier Exp $
 
 alt_prefix() {
        is_crosscompile && echo /usr/${CTARGET}
@@ -206,15 +206,8 @@
        want_tls || return 1
        use nptl || return 1
 
-       # Only list the arches that cannot do NPTL
-       case $(tc-arch) in
-               m68k) return 1;;
-               sparc)
-                       # >= v9 is needed for nptl.
-                       [[ ${PROFILE_ARCH} == "sparc" ]] && return 1
-               ;;
-       esac
-
+       # Older versions of glibc had incomplete arch support for nptl.
+       # But if you're building those now, you can handle USE=nptl yourself.
        return 0
 }
 




Reply via email to