openbsd-ports/devel/avr32/Makefile.inc
stsp 233f1c884f Port of Atmel's AVR32 toolchain, which includes binutils, gcc,
the newlib C library, and AVR32-specific header files.
With suggestions from espie@ and aja@
ok aja@
2014-01-17 15:02:26 +00:00

15 lines
531 B
Makefile

# $OpenBSD: Makefile.inc,v 1.1.1.1 2014/01/17 15:02:26 stsp Exp $
CATEGORIES = devel
HOMEPAGE = http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORLINUX.aspx
CONFIGURE_STYLE ?= autoconf no-autoheader automake
CONFIGURE_ARGS += --target=avr32 \
--program-prefix=avr32- \
--disable-shared \
--disable-nls \
--with-bugurl="http://www.atmel.com/avr"
MASTER_SITES ?= http://distribute.atmel.no/tools/opensource/Atmel-AVR-Toolchain-3.4.2/avr32/
LIBTOOL_FLAGS = --tag=disable-shared
USE_GMAKE = Yes
USE_GROFF = Yes