diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-02 13:37:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-02 13:37:03 +0000 |
commit | 5f5b2ed5a93875c50373611a59c9956d9951007d (patch) | |
tree | 8cc92f6b849e64ab703dd2efc90920fb56725fd2 /cross | |
parent | debd54745038282207d8d301b72e989926ad83ce (diff) | |
download | pkgsrc-5f5b2ed5a93875c50373611a59c9956d9951007d.tar.gz |
Convert to bl3 (tested on 1.6.2, does not build on 2.0).
Diffstat (limited to 'cross')
-rw-r--r-- | cross/binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index b10cd458a93..f11b34b08d4 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/04/24 13:53:37 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2004/07/02 13:37:03 wiz 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,7 +13,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/ COMMENT= Unified GNU binutils for cross build environments -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_CROSSBASE= yes USE_GNU_TOOLS+= m4 USE_LIBTOOL= yes |