diff options
Diffstat (limited to 'devel/avr-binutils')
-rw-r--r-- | devel/avr-binutils/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 4e822800ce58..824fb595416a 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: avr-gcc -# Date created: 30 Nov 2000 -# Whom: Joerg Wunsch <joerg@freebsd.org> -# +# Created by: Joerg Wunsch <joerg@freebsd.org> # $FreeBSD$ -# PORTNAME= binutils PORTVERSION= 2.20.1 @@ -22,7 +18,7 @@ USE_BZIP2= yes USE_GCC= any USE_GMAKE= yes USES= gettext -CONFIGURE_ARGS= --target=avr +CONFIGURE_ARGS= --target=avr --disable-werror GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include |