diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-06-24 08:16:19 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-06-24 08:16:19 +0000 |
commit | b4327412d2e40a4609090323c697012b02f82c3a (patch) | |
tree | 9ccde624c7bd1d5c9c6e9f6a263ac7a88b29cc57 /devel/sparc-rtems-binutils | |
parent | fc741d6e90c7b12216aa27ef82ea4d3a5f64b66f (diff) | |
download | ports-b4327412d2e40a4609090323c697012b02f82c3a.tar.gz ports-b4327412d2e40a4609090323c697012b02f82c3a.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)
Notes
Notes:
svn path=/head/; revision=194159
Diffstat (limited to 'devel/sparc-rtems-binutils')
-rw-r--r-- | devel/sparc-rtems-binutils/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/sparc-rtems-binutils/Makefile b/devel/sparc-rtems-binutils/Makefile index 249e522f9030..b0c4d04f59c7 100644 --- a/devel/sparc-rtems-binutils/Makefile +++ b/devel/sparc-rtems-binutils/Makefile @@ -7,9 +7,11 @@ PORTNAME= binutils -MAINTAINER= ade@FreeBSD.org +MAINTAINER= stas@FreeBSD.org -LCLTARGET= sparc-rtems +TGTARCH= sparc +TGTABI= rtems +WITH_RTEMS_PATCHES= yes -MASTERDIR= ${.CURDIR}/../i386-rtems-binutils +MASTERDIR= ${.CURDIR}/../cross-binutils .include "${MASTERDIR}/Makefile" |