diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-30 20:35:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-30 20:35:13 +0000 |
commit | fe7eafef0f659b800a733ee77e1bda64a72e4e00 (patch) | |
tree | c9df36e8150b3e42caefd09627b33c386972f56b /cross | |
parent | 43e7eb8651578ea0822d6072f7345378037a1723 (diff) | |
download | pkgsrc-fe7eafef0f659b800a733ee77e1bda64a72e4e00.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'cross')
-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 |