openbsd-ports/devel/msp430/Makefile.inc
jasper 5a71f2c6ae Import mspgcc4, the toolchain for MSP430 MCUs. based on gnu gcc, binutils, gdb
with additional patches for msp430 support.

One will need an upcoming umodem.c commit by jakemsr@, and an upcoming
mspdebug port in order to actually program the devices though.

feedback/ok aja@
2010-12-01 09:06:52 +00:00

38 lines
783 B
Makefile

# $OpenBSD: Makefile.inc,v 1.1.1.1 2010/12/01 09:06:52 jasper Exp $
TARGET= msp430
CATEGORIES+= devel devel/msp430
MAINTAINER?= Jasper Lievisse Adriaanse <jasper@openbsd.org>
HOMEPAGE?= http://mspgcc4.sourceforge.net/
# The patches on http://distfiles.nl/mspgcc/ are taken from
# git://mspgcc4.git.sourceforge.net/gitroot/mspgcc4/mspgcc4
# GPLv3
PERMIT_PACKAGE_CDROM?= Yes
PERMIT_PACKAGE_FTP?= Yes
PERMIT_DISTFILES_CDROM?= Yes
PERMIT_DISTFILES_FTP?= Yes
MASTER_SITES0= http://distfiles.nl/mspgcc/
PATCH_DIST_STRIP?= -p1
EXTRACT_SUFX?= .tar.bz2
DIST_SUBDIR?= msp430
CONFIGURE_STYLE?= gnu
CONFIGURE_ARGS+= --target=msp430 \
--disable-nls \
--disable-shared
USE_LIBTOOL?= Yes
USE_GROFF?= Yes
USE_GMAKE?= Yes
LIBTOOL_FLAGS?= --tag=disable-shared