diff options
Diffstat (limited to 'cross/avr-gcc')
-rw-r--r-- | cross/avr-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |