summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-03-08 01:10:44 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-03-08 01:10:44 +0000
commit574e63c07c4be4c9f0ceaa8c0f88e52cae0d9021 (patch)
tree3fd292e828e2d41ccf3d1d334086f9dd06053af2 /sys-libs
parent- remove masking for gradm (diff)
downloadhistorical-574e63c07c4be4c9f0ceaa8c0f88e52cae0d9021.tar.gz
historical-574e63c07c4be4c9f0ceaa8c0f88e52cae0d9021.tar.bz2
historical-574e63c07c4be4c9f0ceaa8c0f88e52cae0d9021.zip
One more CHOST->CTARGET fix for CFLAGS.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/Manifest8
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 8ca87d81dace..bb49c5056a29 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 0144343e756ab9597669b7805db5a432 glibc-2.3.4.20050125-r1.ebuild 37646
+MD5 84c9a8432749bc1b854021d8d05f1ed9 glibc-2.3.4.20050125-r1.ebuild 37648
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)
-iD8DBQFCLDwSArHZZzCEUG0RAhVwAJ9s0SGMSBP32mv6sYqUZFOh0vQMvwCdGsif
-k8eINOz8VsSSipbfy44CMWI=
-=saow
+iD8DBQFCLPudArHZZzCEUG0RAkRCAJ0UjDlrvBPDMNACuZvohVTvmS0dYQCfXNyt
+DmZ4NfHCTCaALE3aGAvoDI4=
+=Xy6/
-----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 6746967809b7..1643dc5b5dbd 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.17 2005/03/07 11:33:18 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.18 2005/03/08 01:10:44 eradicator Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -921,7 +921,7 @@ use_multilib() {
# Setup toolchain variables that would be defined in the profiles for these archs.
crosscompile_setup() {
if is_crosscompile; then
- local VAR="CFLAGS_"${CHOST//-/_}
+ local VAR="CFLAGS_"${CTARGET//-/_}
local VAL=${!VAR}
if [[ -n ${VAL} ]] ; then