openbsd-ports/devel/avr/Makefile.inc

15 lines
326 B
PHP
Raw Normal View History

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