Module Name:    src
Committed By:   christos
Date:           Sun Feb  5 14:53:38 UTC 2023

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

Log Message:
switch the remainder to binutils 2.39


To generate a diff of this commit:
cvs rdiff -u -r1.1305 -r1.1306 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.1305 src/share/mk/bsd.own.mk:1.1306
--- src/share/mk/bsd.own.mk:1.1305	Sat Feb  4 11:34:36 2023
+++ src/share/mk/bsd.own.mk	Sun Feb  5 09:53:38 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1305 2023/02/04 16:34:36 wiz Exp $
+#	$NetBSD: bsd.own.mk,v 1.1306 2023/02/05 14:53:38 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -98,24 +98,7 @@ MKGCCCMDS?=	no
 #
 # What binutils is used?
 #
-.if \
-    ${MACHINE_ARCH:Maarch64*} || \
-    ${MACHINE_ARCH} == "alpha" || \
-    ${MACHINE_ARCH} == "i386" || \
-    ${MACHINE_ARCH} == "m68k" || \
-    ${MACHINE_ARCH} == "mipsel" || \
-    ${MACHINE_ARCH:Msparc*} || \
-    ${MACHINE_ARCH} == "x86_64" || \
-    ${MACHINE_ARCH} == "vax" || \
-    ${MACHINE_CPU} == "hppa" || \
-    ${MACHINE_CPU} == "powerpc" || \
-    ${MACHINE_CPU} == "riscv" || \
-    ${MACHINE_CPU} == "sh3" || \
-    ${MACHINE} == "sun2"
 HAVE_BINUTILS?=	239
-.else
-HAVE_BINUTILS?=	234
-.endif
 
 .if ${HAVE_BINUTILS} == 239
 EXTERNAL_BINUTILS_SUBDIR=	binutils

Reply via email to