diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-26 17:52:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-26 17:52:18 +0000 |
commit | 67f4c274072ff27f59f4db135fa482a1964cf52d (patch) | |
tree | a378b6dbf2eff2d7ff72e5f4e8241f0a08153099 /devel/avr-binutils | |
parent | ee731c6118136be341f17050fc9a24a8ac88ae9b (diff) |
Notes
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 |