diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-04-10 21:02:30 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-04-10 21:02:30 +0000 |
commit | a471fda8fdd7adc624eb4565217bce4ef5ff7065 (patch) | |
tree | 679ba47605c905cd483bd7d98a706c9846c77c01 /devel/i386-rtems-gcc/Makefile | |
parent | Add phpnuke 4.2, a news automated system specially designed to be (diff) |
Upgrade to use newlib-1.9.0
Also use the latest rtems patches
Notes
Notes:
svn path=/head/; revision=41234
Diffstat (limited to 'devel/i386-rtems-gcc/Makefile')
-rw-r--r-- | devel/i386-rtems-gcc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index 6948c9ae7b5e..5c2b24567473 100644 --- a/devel/i386-rtems-gcc/Makefile +++ b/devel/i386-rtems-gcc/Makefile @@ -7,13 +7,13 @@ PORTNAME= gcc PORTVERSION= 2.95.2 -PORTREVISION= 11 +PORTREVISION= 22 CATEGORIES= devel MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ DISTFILES= ${GCCNAME}.tar.gz ${NEWLIBNAME}.tar.gz -PATCHFILES= ${GCCNAME}-rtems-20001030.diff.gz \ - ${NEWLIBNAME}-rtems-20001027.diff.gz +PATCHFILES= ${GCCNAME}-rtems-20010221.diff \ + ${NEWLIBNAME}-rtems-20010221.diff PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ @@ -24,7 +24,7 @@ DIST_SUBDIR= rtems LCLTARGET?= i386-rtems GCCNAME= gcc-2.95.2 -NEWLIBNAME= newlib-1.8.2 +NEWLIBNAME= newlib-1.9.0 MASTERDIR= ${.CURDIR}/../i386-rtems-gcc PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} |