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