diff options
Diffstat (limited to 'cross/binutils/Makefile')
-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 6ad6e82cccc..84705d2ad62 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/01/29 10:25:07 abs Exp $ +# $NetBSD: Makefile,v 1.23 2001/02/16 14:04:55 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 @@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.gnu.org/ +COMMENT= Unified GNU binutils for cross build environments USE_CROSSBASE= yes USE_LIBTOOL= yes |