diff options
Diffstat (limited to 'cross/avr-gdb/Makefile')
-rw-r--r-- | cross/avr-gdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile index acf78f61496..a7728f60f80 100644 --- a/cross/avr-gdb/Makefile +++ b/cross/avr-gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/10/21 14:19:37 wennmach Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/22 07:54:07 grant Exp $ # FreeBSD Id: ports/devel/avr-gdb/Makefile,v 1.2 2003/03/07 06:00:08 ade Exp DISTNAME= gdb-5.3 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEWARE:=gdb/releases/} MAINTAINER= karlj@mdstud.chalmers.se COMMENT= GNU gdb for Atmel AVR 8-bit RISC microcontrollers -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_BUILDLINK2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr --program-prefix=avr |