diff options
Diffstat (limited to 'devel/mips-rtems-gdb/Makefile')
-rw-r--r-- | devel/mips-rtems-gdb/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/mips-rtems-gdb/Makefile b/devel/mips-rtems-gdb/Makefile index a9cfaeb26801..ac0f44c095c5 100644 --- a/devel/mips-rtems-gdb/Makefile +++ b/devel/mips-rtems-gdb/Makefile @@ -7,11 +7,12 @@ PORTNAME= gdb -MAINTAINER= ade@FreeBSD.org +MAINTAINER= stas@FreeBSD.org -LCLTARGET= mips-rtems +TGTARCH= mips +TGTABI= rtems -MAN1= ${LCLTARGET}-run.1 +WITH_RTEMS_PATCHES= yes -MASTERDIR= ${.CURDIR}/../i386-rtems-gdb +MASTERDIR= ${.CURDIR}/../cross-gdb .include "${MASTERDIR}/Makefile" |