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