freebsd-ports/devel/m68k-rtems-binutils/Makefile
Stanislav Sedov b4327412d2 - Update the rtems ports collection. Now these ports will be slaves of
more generic cross-* ports, that will simplify updating and bug fixes.

  * Update binutils to 2.17
  * Update gcc to 4.2.0
  * Update gdb to 6.6

- Deprecate ports for i960 architecture abandoned by mainstream
- Deprecate *-g77 and *-objc ports, support for these languages can
  be enabled via OPTIONS in relative *-gcc ports.
- Take maintainership.

Approved by:	ade (maintainer)
2007-06-24 08:16:19 +00:00

17 lines
326 B
Makefile

# New ports collection makefile for: m68k-rtems-binutils
# Date created: 9 June 2000
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= binutils
MAINTAINER= stas@FreeBSD.org
TGTARCH= m68k
TGTABI= rtems
WITH_RTEMS_PATCHES= yes
MASTERDIR= ${.CURDIR}/../cross-binutils
.include "${MASTERDIR}/Makefile"