diff options
author | jlam <jlam> | 2002-09-30 20:35:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-30 20:35:13 +0000 |
commit | f199d2cc207fe52de1273f9e994d2b4823af51c8 (patch) | |
tree | c9df36e8150b3e42caefd09627b33c386972f56b | |
parent | 1e41d6529ed95dbb56a43095bb587d96c16886ed (diff) | |
download | pkgsrc-f199d2cc207fe52de1273f9e994d2b4823af51c8.tar.gz |
buildlink1 -> buildlink2
-rw-r--r-- | cross/binutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 2707a8a1c06..84f85c8b276 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/08/01 02:37:44 jschauma Exp $ +# $NetBSD: Makefile,v 1.29 2002/09/30 20:35:13 jlam Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -13,6 +13,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/ COMMENT= Unified GNU binutils for cross build environments +USE_BUILDLINK2= yes USE_CROSSBASE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |