summaryrefslogtreecommitdiff
path: root/devel/i960-rtems-gdb
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-06-24 08:16:19 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-06-24 08:16:19 +0000
commitb4327412d2e40a4609090323c697012b02f82c3a (patch)
tree9ccde624c7bd1d5c9c6e9f6a263ac7a88b29cc57 /devel/i960-rtems-gdb
parent- Add devel/cross-gdb port. (diff)
- 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)
Notes
Notes: svn path=/head/; revision=194159
Diffstat (limited to 'devel/i960-rtems-gdb')
-rw-r--r--devel/i960-rtems-gdb/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/i960-rtems-gdb/Makefile b/devel/i960-rtems-gdb/Makefile
index f52fc46fcfa4..c37e10fa16d1 100644
--- a/devel/i960-rtems-gdb/Makefile
+++ b/devel/i960-rtems-gdb/Makefile
@@ -7,11 +7,16 @@
PORTNAME= gdb
-MAINTAINER= ade@FreeBSD.org
+MAINTAINER= stas@FreeBSD.org
-LCLTARGET= i960-rtems
+TGTARCH= i960
+TGTABI= rtems
+
+IGNORE= abandoned by mainstream
+DEPRECIATED= ${IGNORE}
+EXPIRE_DATE= 2007-06-22
MAN1= ${LCLTARGET}-run.1
-MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
+MASTERDIR= ${.CURDIR}/../cross-gdb
.include "${MASTERDIR}/Makefile"