Module Name:    src
Committed By:   skrll
Date:           Thu Oct  1 09:12:44 UTC 2009

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Switch amd64 to binutils 2.19.1.


To generate a diff of this commit:
cvs rdiff -u -r1.583 -r1.584 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.583 src/share/mk/bsd.own.mk:1.584
--- src/share/mk/bsd.own.mk:1.583	Tue Sep 29 23:56:34 2009
+++ src/share/mk/bsd.own.mk	Thu Oct  1 09:12:44 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.583 2009/09/29 23:56:34 tsarna Exp $
+#	$NetBSD: bsd.own.mk,v 1.584 2009/10/01 09:12:44 skrll Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -58,7 +58,8 @@
     ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el" || \
     ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "sparc64" || \
-    ${MACHINE_ARCH} == "vax"
+    ${MACHINE_ARCH} == "vax" || \
+    ${MACHINE_ARCH} == "x86_64"
 HAVE_BINUTILS?=	219
 .else
 HAVE_BINUTILS?=	216

Reply via email to