aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mips-rtems-gdb
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-06-24 16:16:19 +0800
committerstas <stas@FreeBSD.org>2007-06-24 16:16:19 +0800
commit5381c06aa8781589c80eb89ccc9a9eff7d6b7008 (patch)
treeb0ac7a11e392017279cec4286161a021a69c622a /devel/mips-rtems-gdb
parent8a119193601faaf8a9be091e0ef193f10c4c8f60 (diff)
downloadfreebsd-ports-gnome-5381c06aa8781589c80eb89ccc9a9eff7d6b7008.tar.gz
freebsd-ports-gnome-5381c06aa8781589c80eb89ccc9a9eff7d6b7008.tar.zst
freebsd-ports-gnome-5381c06aa8781589c80eb89ccc9a9eff7d6b7008.zip
- 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)
Diffstat (limited to 'devel/mips-rtems-gdb')
-rw-r--r--devel/mips-rtems-gdb/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/mips-rtems-gdb/Makefile b/devel/mips-rtems-gdb/Makefile
index a9cfaeb26801..ac0f44c095c5 100644
--- a/devel/mips-rtems-gdb/Makefile
+++ b/devel/mips-rtems-gdb/Makefile
@@ -7,11 +7,12 @@
PORTNAME= gdb
-MAINTAINER= ade@FreeBSD.org
+MAINTAINER= stas@FreeBSD.org
-LCLTARGET= mips-rtems
+TGTARCH= mips
+TGTABI= rtems
-MAN1= ${LCLTARGET}-run.1
+WITH_RTEMS_PATCHES= yes
-MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
+MASTERDIR= ${.CURDIR}/../cross-gdb
.include "${MASTERDIR}/Makefile"