diff options
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.2-r5.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.2-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.3.2-r5.ebuild b/sys-devel/gcc/gcc-3.3.2-r5.ebuild index 0b25cae20090..777772d949e5 100644 --- a/sys-devel/gcc/gcc-3.3.2-r5.ebuild +++ b/sys-devel/gcc/gcc-3.3.2-r5.ebuild @@ -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/sys-devel/gcc/gcc-3.3.2-r5.ebuild,v 1.19 2004/07/02 09:32:03 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r5.ebuild,v 1.20 2004/08/25 13:55:48 vapier Exp $ IUSE="static nls bootstrap java build X multilib gcj" @@ -676,7 +676,7 @@ pkg_postinst() { else export LD_LIBRARY_PATH="${LIBPATH}:${LD_LIBRARY_PATH}" fi - if [ "${ROOT}" = "/" -a "${COMPILER}" = "gcc3" -a "${CHOST}" = "${CCHOST}" ] + if [ "${ROOT}" = "/" -a "${CHOST}" = "${CCHOST}" ] then gcc-config --use-portage-chost ${CCHOST}-${MY_PV_FULL} fi |