summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-11-18 12:17:01 +0000
committerTravis Tilley <lv@gentoo.org>2004-11-18 12:17:01 +0000
commit7fd6234270d793e73fa490c5785f310937882e0c (patch)
treee0f69ed7845b8bb012ec9b1881949513ab612d8b /eclass
parentMarked stable on x86. (diff)
downloadhistorical-7fd6234270d793e73fa490c5785f310937882e0c.tar.gz
historical-7fd6234270d793e73fa490c5785f310937882e0c.tar.bz2
historical-7fd6234270d793e73fa490c5785f310937882e0c.zip
use a ${MY_PV_FULL} binpath for vapier
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 83ac94bc4c90..a1e27796ac4e 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.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/toolchain.eclass,v 1.51 2004/11/17 14:37:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.52 2004/11/18 12:17:01 lv Exp $
#
# This eclass should contain general toolchain-related functions that are
# expected to not change, or change much.
@@ -70,7 +70,7 @@ gcc_setup_path_vars() {
LIBPATH="${LIBPATH:="${PREFIX}/lib/gcc-lib/${CTARGET}/${MY_PV_FULL}"}"
fi
INCLUDEPATH="${INCLUDEPATH:="${LIBPATH}/include"}"
- BINPATH="${BINPATH:="${PREFIX}/${CTARGET}/gcc-bin/${MY_PV}"}"
+ BINPATH="${BINPATH:="${PREFIX}/${CTARGET}/gcc-bin/${MY_PV_FULL}"}"
DATAPATH="${DATAPATH:="${PREFIX}/share/gcc-data/${CTARGET}/${MY_PV}"}"
# Dont install in /usr/include/g++-v3/, but in gcc internal directory.
# We will handle /usr/include/g++-v3/ with gcc-config ...