diff options
author | 2006-10-13 16:50:53 +0000 | |
---|---|---|
committer | 2006-10-13 16:50:53 +0000 | |
commit | 59f7f49481eb003ee250875f3a6349a784486201 (patch) | |
tree | 955acd1215c7d041ac35f842647db0cd6cc7dd3e /eclass | |
parent | remove CONF_LIBDIR logic which was deprecated in 2005.0 (diff) | |
download | historical-59f7f49481eb003ee250875f3a6349a784486201.tar.gz historical-59f7f49481eb003ee250875f3a6349a784486201.tar.bz2 historical-59f7f49481eb003ee250875f3a6349a784486201.zip |
fix copy-n-paste-o
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/multilib.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index 4c648c209970..2a8b3b35d107 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.56 2006/10/13 16:49:39 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.57 2006/10/13 16:50:53 blubb Exp $ # # Author: Jeremy Huddleston <eradicator@gentoo.org> # @@ -566,7 +566,7 @@ multilib_env() { export CFLAGS_amd64=${CFLAGS_amd64--m64} export CHOST_amd64=${CTARGET} - export CTARGET_amd64=${CTARGET_amd64} + export CTARGET_amd64=${CHOST_amd64} export CDEFINE_amd64="__x86_64__" export LIBDIR_amd64="lib64" |