Module Name: src Committed By: skrll Date: Wed Sep 9 10:38:35 UTC 2009
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch i386 to binutils 2.19. To generate a diff of this commit: cvs rdiff -u -r1.572 -r1.573 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.572 src/share/mk/bsd.own.mk:1.573 --- src/share/mk/bsd.own.mk:1.572 Tue Sep 8 07:08:03 2009 +++ src/share/mk/bsd.own.mk Wed Sep 9 10:38:35 2009 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.572 2009/09/08 07:08:03 skrll Exp $ +# $NetBSD: bsd.own.mk,v 1.573 2009/09/09 10:38:35 skrll Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -49,7 +49,12 @@ HAVE_GDB?= 6 # default to binutils 2.16 +.if \ + ${MACHINE_ARCH} == "i386" +HAVE_BINUTILS?= 219 +.else HAVE_BINUTILS?= 216 +.endif CPPFLAG_ISYSTEM= -isystem .if defined(HAVE_GCC)