summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-05 22:09:51 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-05 22:09:51 +0000
commit98df8c35ed63af0fed9778a43e3b6403a1e34fb7 (patch)
tree04aa4e7fed11a7f7ff6774f551fc07fa5a63024d /eclass/toolchain-binutils.eclass
parentThe wifi module doesn't compile if arts support is disabled. (Manifest recommit) (diff)
downloadgentoo-2-98df8c35ed63af0fed9778a43e3b6403a1e34fb7.tar.gz
gentoo-2-98df8c35ed63af0fed9778a43e3b6403a1e34fb7.tar.bz2
gentoo-2-98df8c35ed63af0fed9778a43e3b6403a1e34fb7.zip
change $PN to binutils
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r--eclass/toolchain-binutils.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index d8181f4da32d..4acf91971a3b 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.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-binutils.eclass,v 1.10 2004/12/04 05:26:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.11 2004/12/05 22:09:51 vapier Exp $
# We install binutils into CTARGET-VERSION specific directories. This lets
# us easily merge multiple versions for multiple targets (if we wish) and
@@ -33,10 +33,10 @@ DEPEND="virtual/libc
sys-devel/binutils-config
!build? ( !bootstrap? ( dev-lang/perl ) )"
-LIBPATH="/usr/lib/${PN}/${CTARGET}/${PV}"
+LIBPATH="/usr/lib/binutils/${CTARGET}/${PV}"
INCPATH="${LIBPATH}/include"
BINPATH="/usr/${CTARGET}/binutils-bin/${PV}"
-DATAPATH="/usr/share/${PN}-data/${CTARGET}/${PV}"
+DATAPATH="/usr/share/binutils-data/${CTARGET}/${PV}"
MY_BUILDDIR="${WORKDIR}/build"
is_cross() { [ "${CHOST}" != "${CTARGET}" ] ; }