Fix MASTER_SITES for the binutils package.
This commit is contained in:
parent
97ad787415
commit
729923fefc
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: cross.mk,v 1.6 1999/01/13 14:56:38 tv Exp $
|
||||
# $NetBSD: cross.mk,v 1.7 1999/02/03 12:59:04 tv Exp $
|
||||
|
||||
# Shared definitions for building a cross-compile environment.
|
||||
|
||||
|
@ -28,7 +28,7 @@ BINUTILS_DISTNAME= binutils-2.9.1
|
|||
BINUTILS_WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME}
|
||||
|
||||
CROSS_DISTFILES+= ${BINUTILS_DISTNAME}.tar.gz
|
||||
MASTER_SITES+= ${MASTER_SITE_GNU}
|
||||
MASTER_SITES+= ${MASTER_SITE_GNU:=/binutils}
|
||||
CONFIGURE_ARGS+= --with-gnu-as --with-gnu-ld
|
||||
DEPENDS+= cross-binutils-2.9.1.0:../../cross/binutils
|
||||
PLIST_PRE+= ${COMMON_DIR}/PLIST-binutils
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 1999/01/07 01:07:41 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/02/03 12:59:04 tv Exp $
|
||||
#
|
||||
# GNU binutils configured to hold `as many targets as the cross system is
|
||||
# capable of using'. Configures and builds everything except gas, which
|
||||
|
@ -7,7 +7,7 @@
|
|||
DISTNAME= binutils-2.9.1
|
||||
PKGNAME= cross-binutils-2.9.1.0
|
||||
CATEGORIES= cross lang
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=/binutils}
|
||||
|
||||
MAINTAINER= tv@netbsd.org
|
||||
HOMEPAGE= http://www.gnu.org/
|
||||
|
|
Loading…
Reference in a new issue