diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-06-30 16:18:02 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-06-30 16:18:02 +0000 |
commit | 69d66e38ad197adcc710622b19179483e17eb255 (patch) | |
tree | 635b590e500810bb89e2d9280137ebef38808bd8 /devel/binutils | |
parent | ac997edf37e8e664b9a768cc41e75d63b857646f (diff) | |
download | pkgsrc-69d66e38ad197adcc710622b19179483e17eb255.tar.gz |
Updated to release 2.15. This release incorporates a number of bug fixes along with support for MIPS64 Release 2 in gas and improved handling of unresolved symbols in the linker.
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 3d01c8c5c58..5ffab091d7e 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2004/04/02 02:23:05 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2004/06/30 16:18:03 shannonjr Exp $ -DISTNAME= binutils-2.14 -PKGNAME= binutils-2.14.0.0 +DISTNAME= binutils-2.15 +PKGNAME= binutils-2.15.0.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} |