A Motorola 68k debugger for cross-development purposes.

PR:		5798
Submitted by:	Jerry Hicks <jhicks@atlanta.glenayre.com>
This commit is contained in:
Steve Price 1998-03-16 03:24:32 +00:00
parent 233b25513e
commit 8346d4573c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10169
5 changed files with 42 additions and 0 deletions

28
devel/gdb-m68k/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: gdbsco
# Version required: 4.16
# Date created: 26 Mar 97
# Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
#
# $Id$
#
DISTNAME= gdb-4.16
PKGNAME= m68kgdb-4.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= jhicks@atlanta.glenayre.com
NO_PACKAGE= please compile locally
GNU_CONFIGURE= yes
TARGET= m68k-coff
CONFIGURE_ARGS= --target=$(TARGET)
MAN1= m68k-coff-gdb.1
INSTALL_TARGET=install
do-install:
cd ${WRKSRC}/gdb && make ${INSTALL_TARGET}
.include <bsd.port.mk>

1
devel/gdb-m68k/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gdb-4.16.tar.gz) = 413074b84d7de29ba7a4da4a3b775087

View File

@ -0,0 +1 @@
A Motorola 68k debugger for cross-development purposes.

10
devel/gdb-m68k/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
GNU Debugger can be built to debug programs from architectures other
than its host.
With this port you can use gdb on FreeBSD to debug binaries produced by a
cross-development environment targetting Motorola 68K processors using
COFF binary format.
--
Jerry Hicks
jhicks@atlanta.glenayre.com

2
devel/gdb-m68k/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/m68k-coff-gdb
man/man1/m68k-coff-gdb.1.gz