mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
19 lines
404 B
Makefile
19 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"
|