2011-09-16 10:24:46 +00:00
|
|
|
# $OpenBSD: Makefile.inc,v 1.8 2011/09/16 10:24:46 jasper Exp $
|
2005-09-20 15:22:42 +00:00
|
|
|
|
2010-09-12 19:02:53 +00:00
|
|
|
CATEGORIES= devel devel/avr
|
2005-09-20 15:22:42 +00:00
|
|
|
|
2009-12-09 16:34:06 +00:00
|
|
|
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
2005-09-20 15:22:42 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
2005-12-09 16:01:00 +00:00
|
|
|
CONFIGURE_ARGS+= --target=avr \
|
|
|
|
--program-prefix=avr- \
|
|
|
|
--disable-shared \
|
|
|
|
--disable-nls
|
2011-07-11 19:15:03 +00:00
|
|
|
# XXX: Breaks with -Wbounded
|
2011-09-16 10:24:46 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-werror
|