Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch sh3el to binutils 2.19.



details:   https://anonhg.NetBSD.org/src/rev/78f3093384eb
branches:  trunk
changeset: 747573:78f3093384eb
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Sep 21 17:20:16 2009 +0000

description:
Switch sh3el to binutils 2.19.
Boot-tested on landisk.

diffstat:

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

diffs (17 lines):

diff -r 5db4df018aa5 -r 78f3093384eb share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Sep 21 16:18:31 2009 +0000
+++ b/share/mk/bsd.own.mk       Mon Sep 21 17:20:16 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.578 2009/09/19 14:53:12 skrll Exp $
+#      $NetBSD: bsd.own.mk,v 1.579 2009/09/21 17:20:16 uwe Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -53,6 +53,7 @@
     ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "hppa" || \
     ${MACHINE_ARCH} == "i386" || \
+    ${MACHINE_ARCH} == "sh3el" || \
     ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE_ARCH} == "vax"



Home | Main Index | Thread Index | Old Index