aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sparc-rtems-gcc/Makefile
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-06-24 16:16:19 +0800
committerstas <stas@FreeBSD.org>2007-06-24 16:16:19 +0800
commit5381c06aa8781589c80eb89ccc9a9eff7d6b7008 (patch)
treeb0ac7a11e392017279cec4286161a021a69c622a /devel/sparc-rtems-gcc/Makefile
parent8a119193601faaf8a9be091e0ef193f10c4c8f60 (diff)
downloadfreebsd-ports-graphics-5381c06aa8781589c80eb89ccc9a9eff7d6b7008.tar.gz
freebsd-ports-graphics-5381c06aa8781589c80eb89ccc9a9eff7d6b7008.tar.zst
freebsd-ports-graphics-5381c06aa8781589c80eb89ccc9a9eff7d6b7008.zip
- Update the rtems ports collection. Now these ports will be slaves of
more generic cross-* ports, that will simplify updating and bug fixes. * Update binutils to 2.17 * Update gcc to 4.2.0 * Update gdb to 6.6 - Deprecate ports for i960 architecture abandoned by mainstream - Deprecate *-g77 and *-objc ports, support for these languages can be enabled via OPTIONS in relative *-gcc ports. - Take maintainership. Approved by: ade (maintainer)
Diffstat (limited to 'devel/sparc-rtems-gcc/Makefile')
-rw-r--r--devel/sparc-rtems-gcc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/sparc-rtems-gcc/Makefile b/devel/sparc-rtems-gcc/Makefile
index adc839f84c6..c6c17c224b9 100644
--- a/devel/sparc-rtems-gcc/Makefile
+++ b/devel/sparc-rtems-gcc/Makefile
@@ -7,9 +7,11 @@
PORTNAME= gcc
-MAINTAINER= ade@FreeBSD.org
+MAINTAINER= stas@FreeBSD.org
-RTEMS_ARCH= sparc
+TGTARCH= sparc
+TGTABI= rtems
+WITH_RTEMS_PATCHES= yes
-MASTERDIR= ${.CURDIR}/../i386-rtems-gcc
+MASTERDIR= ${.CURDIR}/../cross-gcc
.include "${MASTERDIR}/Makefile"