diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-05 22:09:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-05 22:09:51 +0000 |
commit | 2cd772326dbf328f83d092c04b62074a61358858 (patch) | |
tree | f7fd1bd19f48028a255921ff45dfe65389a05d53 /eclass | |
parent | The wifi module doesn't compile if arts support is disabled. (diff) | |
download | historical-2cd772326dbf328f83d092c04b62074a61358858.tar.gz historical-2cd772326dbf328f83d092c04b62074a61358858.tar.bz2 historical-2cd772326dbf328f83d092c04b62074a61358858.zip |
change $PN to binutils
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 6 |
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}" ] ; } |