blob: 477dd03a852a6112546c6eed6d0045eb252a73c8 (
plain) (
tree)
|
|
# New ports collection makefile for: powerpc-rtems-gdb
# Date created: 9 June 2000
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= gdb
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= powerpc-rtems
CONFIGURE_ARGS= --verbose --enable-sim --enable-sim-powerpc \
--enable-sim-timebase --enable-sim-hardware
MAN1+= ${LCLTARGET}-run.1
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
.include "${MASTERDIR}/Makefile"
|