summaryrefslogtreecommitdiff
path: root/devel/mips-rtems-gdb
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2002-11-01 02:40:58 +0000
committerJames E. Housley <jeh@FreeBSD.org>2002-11-01 02:40:58 +0000
commit01b14fb7efbe6d3a1711b7c37fb4fc0a2049d0bb (patch)
tree37c479d139b65c620a5bd2fa2cc8d70ac5813fa1 /devel/mips-rtems-gdb
parentUpdate to 3.78 (diff)
Update to the latest version of gdb, used by RTEMS -- 5.2
Notes
Notes: svn path=/head/; revision=69233
Diffstat (limited to 'devel/mips-rtems-gdb')
-rw-r--r--devel/mips-rtems-gdb/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/mips-rtems-gdb/Makefile b/devel/mips-rtems-gdb/Makefile
new file mode 100644
index 000000000000..c3f6362a05e8
--- /dev/null
+++ b/devel/mips-rtems-gdb/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: mips-rtems-gdb
+# Date created: 31 October 2002
+# Whom: James Housley <jeh@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gdb
+
+MAINTAINER= jeh@FreeBSD.org
+
+LCLTARGET= mips-rtems
+
+MAN1= ${LCLTARGET}-run.1
+
+.include "${.CURDIR}/../i386-rtems-gdb/Makefile"