Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/cbd9e1f730ae
branches:  trunk
changeset: 747582:cbd9e1f730ae
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Sep 22 09:57:28 2009 +0000

description:
Switch m68k to binutils 2.19.

Tested on mac68k by martin@. All other m68k platforms build tested.

diffstat:

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

diffs (17 lines):

diff -r e3a0f7fda54e -r cbd9e1f730ae share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Sep 22 09:57:16 2009 +0000
+++ b/share/mk/bsd.own.mk       Tue Sep 22 09:57:28 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.580 2009/09/22 01:28:50 uwe Exp $
+#      $NetBSD: bsd.own.mk,v 1.581 2009/09/22 09:57:28 skrll 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} == "m68k" || \
     ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el" || \
     ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "sparc64" || \



Home | Main Index | Thread Index | Old Index