diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-06-22 14:05:56 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-06-22 14:05:56 +0000 |
commit | 31666669d81ae6027e66703c9a5d10af44c54999 (patch) | |
tree | 3db3c4f980437ed42f2f2be0fc76fc0a690fd105 /sys-libs | |
parent | add support for 32bit userland with multilib on sparc (diff) | |
download | gentoo-2-31666669d81ae6027e66703c9a5d10af44c54999.tar.gz gentoo-2-31666669d81ae6027e66703c9a5d10af44c54999.tar.bz2 gentoo-2-31666669d81ae6027e66703c9a5d10af44c54999.zip |
add support for 32bit userland with multilib on sparc
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/files/eblits/common.eblit | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index ff3f5aa944ce..625ff9c3caf8 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.583 2008/06/22 01:26:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.584 2008/06/22 14:05:56 bluebird Exp $ + + 22 Jun 2008; Friedrich Oslage <bluebird@gentoo.org> + files/eblits/common.eblit: + add support for 32bit userland with multilib on sparc 22 Jun 2008; Mike Frysinger <vapier@gentoo.org> glibc-2.6.1.ebuild, glibc-2.7-r2.ebuild, glibc-2.8_p20080602.ebuild: diff --git a/sys-libs/glibc/files/eblits/common.eblit b/sys-libs/glibc/files/eblits/common.eblit index a6afdc245031..18192ba9b357 100644 --- a/sys-libs/glibc/files/eblits/common.eblit +++ b/sys-libs/glibc/files/eblits/common.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.5 2007/11/18 03:28:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.6 2008/06/22 14:05:56 bluebird Exp $ # We need to be able to set alternative headers for # compiling for non-native platform @@ -220,7 +220,7 @@ want__thread() { use_multilib() { case ${CTARGET} in - sparc64*|mips64*|x86_64*|powerpc64*|s390x*) + sparc*|mips64*|x86_64*|powerpc64*|s390x*) has_multilib_profile || use multilib ;; *) false ;; esac |