diff options
Diffstat (limited to 'cross/avr-gcc/Makefile')
-rw-r--r-- | cross/avr-gcc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index 52b1243c376..f918d28dc9e 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/22 20:07:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/15 18:27:48 jlam Exp $ DISTNAME= gcc-3.3.2003.05.11 PKGNAME= avr-gcc-3.3.2003.05.11 @@ -23,8 +23,7 @@ EXTRACT_ONLY= gcc-core+g++-3.3.2003.05.11${EXTRACT_SUFX} GNU_CONFIGURE= yes USE_PERL5= build USE_BZIP2= yes -USE_TOOLS+= bison gmake lex -PKGSRC_USE_TOOLS+= tar +USE_TOOLS+= bison gmake lex tar USE_PKGLOCALEDIR= yes CONFIGURE_ARGS= --target=avr --prefix=${PREFIX} |