Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Switch amd64 to binutils 2.19.1.



details:   https://anonhg.NetBSD.org/src/rev/a5a1942bce94
branches:  trunk
changeset: 747753:a5a1942bce94
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 01 09:12:44 2009 +0000

description:
Switch amd64 to binutils 2.19.1.

diffstat:

 share/mk/bsd.own.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f9b9cffca37b -r a5a1942bce94 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Oct 01 07:42:45 2009 +0000
+++ b/share/mk/bsd.own.mk       Thu Oct 01 09:12:44 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index