don't compile with werror, will need a second look to fix the actual issues
This commit is contained in:
parent
94e7773575
commit
680212d1c9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.6 2010/09/12 19:02:53 jasper Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.7 2011/07/11 19:15:03 jasper Exp $
|
||||
|
||||
CATEGORIES= devel devel/avr
|
||||
|
||||
@ -10,3 +10,5 @@ CONFIGURE_ARGS+= --target=avr \
|
||||
--program-prefix=avr- \
|
||||
--disable-shared \
|
||||
--disable-nls
|
||||
# XXX: Breaks with -Wbounded
|
||||
CONFIGURE)ARGS+= --disable-werror
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.2 2011/04/21 16:29:35 jasper Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.3 2011/07/11 19:15:03 jasper Exp $
|
||||
|
||||
TARGET= msp430
|
||||
|
||||
@ -29,6 +29,8 @@ CONFIGURE_STYLE?= gnu
|
||||
CONFIGURE_ARGS+= --target=msp430 \
|
||||
--disable-nls \
|
||||
--disable-shared
|
||||
# XXX: Breaks with -Wbounded
|
||||
CONFIGURE)ARGS+= --disable-werror
|
||||
|
||||
USE_LIBTOOL?= Yes
|
||||
USE_GROFF?= Yes
|
||||
|
Loading…
Reference in New Issue
Block a user