diff options
Diffstat (limited to 'devel/sh-rtems-binutils/Makefile')
-rw-r--r-- | devel/sh-rtems-binutils/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/sh-rtems-binutils/Makefile b/devel/sh-rtems-binutils/Makefile index ea91d4c6577b..0cb6970ebaf5 100644 --- a/devel/sh-rtems-binutils/Makefile +++ b/devel/sh-rtems-binutils/Makefile @@ -7,9 +7,11 @@ PORTNAME= binutils -MAINTAINER= ade@FreeBSD.org +MAINTAINER= stas@FreeBSD.org -LCLTARGET= sh-rtems +TGTARCH= sh +TGTABI= rtems +WITH_RTEMS_PATCHES= yes -MASTERDIR= ${.CURDIR}/../i386-rtems-binutils +MASTERDIR= ${.CURDIR}/../cross-binutils .include "${MASTERDIR}/Makefile" |