b4327412d2
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)
17 lines
326 B
Makefile
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"
|