freebsd-ports/devel/arm-rtems-gcc/Makefile
Eitan Adler cef9bbf5d8 Deprecate and mark BROKEN the rtems ports.
There are many issues with the ports and these will require a dedicated maintainer to fix them.

Reviewed by:	swills, draco@marino.st
2013-03-24 21:52:35 +00:00

15 lines
409 B
Makefile

# Created by: James Housley <jim@thehousleys.net>
# $FreeBSD$
MAINTAINER= ports@FreeBSD.org
TGTARCH= arm
TGTABI= rtems
WITH_RTEMS_PATCHES= yes
BROKEN= many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099#c5
DEPRECATED= many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099#c5
EXPIRATION_DATE= 2013-06-01
MASTERDIR= ${.CURDIR}/../cross-gcc
.include "${MASTERDIR}/Makefile"