Module Name:    src
Committed By:   skrll
Date:           Sat Sep 26 07:28:38 UTC 2009

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

Log Message:
Switch arm and armeb to binutils 2.19.

Tested on my cats and all other platforms build tested.


To generate a diff of this commit:
cvs rdiff -u -r1.581 -r1.582 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.581 src/share/mk/bsd.own.mk:1.582
--- src/share/mk/bsd.own.mk:1.581	Tue Sep 22 09:57:28 2009
+++ src/share/mk/bsd.own.mk	Sat Sep 26 07:28:38 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.581 2009/09/22 09:57:28 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.582 2009/09/26 07:28:38 skrll Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -51,6 +51,7 @@
 # default to binutils 2.16
 .if \
     ${MACHINE_ARCH} == "alpha" || \
+    ${MACHINE_ARCH} == "armeb" || ${MACHINE_ARCH} == "arm" || \
     ${MACHINE_ARCH} == "hppa" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "m68k" || \

Reply via email to