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
commit5bd634677b6033be13566c2ba394f4bdb994c856 (patch)
treec45bb190f1aa93cfa7e7d238a44a48986b83c8b9 /sys-libs
parent- remove masking for gradm (diff)
downloadgentoo-2-5bd634677b6033be13566c2ba394f4bdb994c856.tar.gz
gentoo-2-5bd634677b6033be13566c2ba394f4bdb994c856.tar.bz2
gentoo-2-5bd634677b6033be13566c2ba394f4bdb994c856.zip
One more CHOST->CTARGET fix for CFLAGS.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
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