diff options
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} |