Module Name:    src
Committed By:   skrll
Date:           Tue Sep 22 09:57:28 UTC 2009

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

Log Message:
Switch m68k to binutils 2.19.

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


To generate a diff of this commit:
cvs rdiff -u -r1.580 -r1.581 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.580 src/share/mk/bsd.own.mk:1.581
--- src/share/mk/bsd.own.mk:1.580	Tue Sep 22 01:28:50 2009
+++ src/share/mk/bsd.own.mk	Tue Sep 22 09:57:28 2009
@@ -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" || \

Reply via email to