Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch sparc to new binutils



details:   https://anonhg.NetBSD.org/src/rev/f0e1e9350844
branches:  trunk
changeset: 813871:f0e1e9350844
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Feb 23 18:03:31 2016 +0000

description:
switch sparc to new binutils

diffstat:

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

diffs (17 lines):

diff -r c560e683f6cd -r f0e1e9350844 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Feb 23 16:22:43 2016 +0000
+++ b/share/mk/bsd.own.mk       Tue Feb 23 18:03:31 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.901 2016/02/19 18:47:24 macallan Exp $
+#      $NetBSD: bsd.own.mk,v 1.902 2016/02/23 18:03:31 macallan Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -142,6 +142,7 @@
     ${MACHINE} == "evbarm" || \
     ${MACHINE} == "i386" || \
     ${MACHINE} == "hppa" || \
+    ${MACHINE} == "sparc" || \
     ${MACHINE_ARCH} == "powerpc"
 HAVE_BINUTILS?=        226
 .else



Home | Main Index | Thread Index | Old Index