diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-10 13:43:44 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-03-10 13:43:44 +0000 |
commit | 4ebbf83d64c77b4274304f3848676d93ae0a4993 (patch) | |
tree | e80cc30dcf7de88ecd9322868a06a56054378131 /sys-libs | |
parent | added ~amd64 KEYWORD, fixes #70460 (diff) | |
download | historical-4ebbf83d64c77b4274304f3848676d93ae0a4993.tar.gz historical-4ebbf83d64c77b4274304f3848676d93ae0a4993.tar.bz2 historical-4ebbf83d64c77b4274304f3848676d93ae0a4993.zip |
Fix ppc64 CTARGET and let the user set a lower LT_KERNEL_VERSION to satisfy bug #80915.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/Manifest | 8 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild | 11 |
2 files changed, 9 insertions, 10 deletions
diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest index 23ddbc7668fd..b6b306012c09 100644 --- a/sys-libs/glibc/Manifest +++ b/sys-libs/glibc/Manifest @@ -11,7 +11,7 @@ MD5 ab06008394eb7c6aa17a674cae788eef glibc-2.3.4.20041102.ebuild 32888 MD5 567094e03359ffc1c95af7356395228d metadata.xml 162 MD5 b85c16a0e65a32784335e40fb0edac0e glibc-2.2.5-r10.ebuild 4418 MD5 695f1e83d1cb212d83d97f0d2989cb94 glibc-2.3.4.20050125.ebuild 35240 -MD5 ee87edeed7c071b86a057fbe087d2ab4 glibc-2.3.4.20050125-r1.ebuild 37412 +MD5 cceb2344d8bd9f799285c5ccb3998f27 glibc-2.3.4.20050125-r1.ebuild 37453 MD5 9cc1e6b6f749dba7c8759bd07266f7d9 files/digest-glibc-2.2.5-r9 143 MD5 2d5306ef875573750af642a9f93b634a files/digest-glibc-2.3.2-r12 312 MD5 42af7e35fe2404a49954f91fd1aee891 files/digest-glibc-2.3.3.20040420-r2 312 @@ -145,7 +145,7 @@ MD5 b72e5aca6d834026a6f5fb87623e6fd3 files/2.3.4/host.conf 1302 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFCLiy3ArHZZzCEUG0RAiElAJ9px2D6796juIKZPcAu1gSCUSp2vQCggMPg -i0n2+e0CkmeRHJrXaAczAIs= -=QzLo +iD8DBQFCME8gArHZZzCEUG0RAtggAKCGq/Na/U0HscWVHAu0z47vUCvDkQCdGkrQ +QAR+zJQXgX3KZOxKf0pXiig= +=9++Y -----END PGP SIGNATURE----- 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 4e52da75609d..c01465711989 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.19 2005/03/08 22:52:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.20 2005/03/10 13:43:44 eradicator Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -40,7 +40,6 @@ FEDORA_TARBALL="glibc-fedora-${FEDORA_VER}.tar.bz2" FEDORA_URI="http://dev.gentoo.org/~eradicator/glibc/${FEDORA_TARBALL}" # (Recent snapshots fails with 2.6.5 and earlier) -LT_KERNEL_VERSION="2.4.1" NPTL_KERNEL_VERSION="2.6.6" GENTOO_TOOLCHAIN_BASE_URI="http://dev.gentoo.org/~eradicator/glibc" @@ -1043,16 +1042,16 @@ if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then fi case ${CTARGET} in - x86_64*) + x86_64-pc-linux-gnu) [[ ${CHOST/-*/} == "i686" ]] || RDEPEND="${RDEPEND} cross-i686-pc-linux-gnu/${PN}" ;; - sparc64*) + sparc64-unknown-linux-gnu) [[ ${CHOST/-*/} == "sparc" ]] || RDEPEND="${RDEPEND} cross-sparc-unknown-linux-gnu/${PN}" ;; - ppc64*) + powerpc64-unknown-linux-gnu) [[ ${CHOST/-*/} == "powerpc" ]] || RDEPEND="${RDEPEND} cross-powerpc-unknown-linux-gnu/${PN}" ;; - mips64*) + mips64-unknown-linux-gnu) [[ ${CHOST/-*/} == "mips" ]] || RDEPEND="${RDEPEND} cross-mips-unknown-linux-gnu/${PN}" ;; esac |