From b4327412d2e40a4609090323c697012b02f82c3a Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Sun, 24 Jun 2007 08:16:19 +0000 Subject: - 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) --- devel/sparc-rtems-gcc/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'devel/sparc-rtems-gcc/Makefile') diff --git a/devel/sparc-rtems-gcc/Makefile b/devel/sparc-rtems-gcc/Makefile index adc839f84c61..c6c17c224b95 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" -- cgit v1.2.3