diff options
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avr-binutils/Makefile | 4 | ||||
-rw-r--r-- | cross/avr-gcc/Makefile | 4 | ||||
-rw-r--r-- | cross/avr-gdb/Makefile | 4 | ||||
-rw-r--r-- | cross/h8300-hms-binutils/Makefile | 4 | ||||
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile index 5ef1d252dfd..337698a7667 100644 --- a/cross/avr-binutils/Makefile +++ b/cross/avr-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/22 07:54:07 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/08 04:50:50 snj Exp $ # FreeBSD Id: ports/devel/avr-binutils/Makefile,v 1.9 2003/03/07 06:00:08 ade Exp DISTNAME= binutils-2.13.2.1 @@ -11,7 +11,7 @@ MAINTAINER= karlj@mdstud.chalmers.se COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers USE_BZIP2= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index d0c6a2add0f..6f7fc3fe697 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/22 07:54:07 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/08 04:50:51 snj Exp $ # FreeBSD Id: ports/devel/avr-gcc/Makefile,v 1.24 2003/05/11 19:32:20 joerg Exp DISTNAME= gcc-3.3.2003.05.11 @@ -21,7 +21,7 @@ EXTRACT_ONLY= gcc-core+g++-3.3.2003.05.11${EXTRACT_SUFX} # Unfortunately, only some mirrors have it as a .bz2 file, while # the original master site still uses .gz. GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PERL5_BUILD= yes USE_BZIP2= yes USE_GNU_TOOLS+= make diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile index a7728f60f80..9b41cf12699 100644 --- a/cross/avr-gdb/Makefile +++ b/cross/avr-gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/22 07:54:07 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/08 04:50:51 snj Exp $ # FreeBSD Id: ports/devel/avr-gdb/Makefile,v 1.2 2003/03/07 06:00:08 ade Exp DISTNAME= gdb-5.3 @@ -11,7 +11,7 @@ MAINTAINER= karlj@mdstud.chalmers.se COMMENT= GNU gdb for Atmel AVR 8-bit RISC microcontrollers USE_GNU_TOOLS+= make -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr --program-prefix=avr diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile index ae8e031176d..b8e3ccf0eb6 100644 --- a/cross/h8300-hms-binutils/Makefile +++ b/cross/h8300-hms-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/22 07:54:07 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/08 04:50:51 snj Exp $ DISTNAME= binutils-2.12.1 PKGNAME= cross-h8300-hms-binutils-2.12.1 @@ -13,7 +13,7 @@ COMMENT= h8300-hms cross utility H8300_PREFIX= ${PREFIX}/libexec/cross-h8300-hms WRKSRC= ${WRKDIR}/objdir -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_MAKEINFO= yes HAS_CONFIGURE= yes diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 120c383bfda..fd192f31cd3 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/22 07:54:07 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/05/08 04:50:51 snj Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -20,7 +20,7 @@ DEPENDS+= cross-h8300-hms-binutils-[0-9]*:../../cross/h8300-hms-binutils H8300_PREFIX= ${LOCALBASE}/libexec/cross-h8300-hms WRKSRC= ${WRKDIR}/objdir -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${H8300_PREFIX} |