Module Name:    src
Committed By:   skrll
Date:           Mon Feb  1 12:56:06 UTC 2016

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

Log Message:
Switch hppa to binutils 2.26


To generate a diff of this commit:
cvs rdiff -u -r1.891 -r1.892 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.891 src/share/mk/bsd.own.mk:1.892
--- src/share/mk/bsd.own.mk:1.891	Sun Jan 31 18:47:14 2016
+++ src/share/mk/bsd.own.mk	Mon Feb  1 12:56:06 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.891 2016/01/31 18:47:14 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.892 2016/02/01 12:56:06 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -134,7 +134,8 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
 .endif
 
 .if ${MACHINE} == "amd64" || \
-    ${MACHINE} == "evbarm"
+    ${MACHINE} == "evbarm" || \
+    ${MACHINE} == "hppa"
 HAVE_BINUTILS?=	226
 .else
 HAVE_BINUTILS?=	223

Reply via email to