18 lines
404 B
Makefile
18 lines
404 B
Makefile
# 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
|
|
|
|
BROKEN= "Errors on compile"
|
|
|
|
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
|