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/sparc64 to binutils 227



details:   https://anonhg.NetBSD.org/src/rev/080ca21a97f9
branches:  trunk
changeset: 349276:080ca21a97f9
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 03 16:02:10 2016 +0000

description:
switch sparc/sparc64 to binutils 227

diffstat:

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

diffs (18 lines):

diff -r 2a3e0f79e124 -r 080ca21a97f9 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Dec 03 16:01:18 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Dec 03 16:02:10 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.992 2016/12/03 04:06:25 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.993 2016/12/03 16:02:10 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -150,6 +150,8 @@
     ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_ARCH} == "mips64el" || \
     ${MACHINE_ARCH} == "mips64eb" || \
+    ${MACHINE} == "sparc" || \
+    ${MACHINE} == "sparc64" || \
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "vax"
 HAVE_BINUTILS?=        227



Home | Main Index | Thread Index | Old Index