diff options
-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 81e772f5d41..edb88b718c2 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/10/11 16:12:32 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/12/07 21:12:17 joerg Exp $ DISTNAME= gcc-3.3.2003.05.11 PKGNAME= avr-gcc-3.3.2003.05.11 @@ -22,7 +22,7 @@ EXTRACT_ONLY= gcc-core+g++-3.3.2003.05.11${EXTRACT_SUFX} # the original master site still uses .gz. GNU_CONFIGURE= yes USE_BZIP2= yes -USE_TOOLS+= bison gmake lex perl tar +USE_TOOLS+= bison gmake lex perl tar msgfmt USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --target=avr |