Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch the remainder to binutils 2.39
details: https://anonhg.NetBSD.org/src/rev/3224dd4349c0
branches: trunk
changeset: 373364:3224dd4349c0
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 05 14:53:38 2023 +0000
description:
switch the remainder to binutils 2.39
diffstat:
share/mk/bsd.own.mk | 19 +------------------
1 files changed, 1 insertions(+), 18 deletions(-)
diffs (34 lines):
diff -r e266d784d55f -r 3224dd4349c0 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Feb 05 13:39:42 2023 +0000
+++ b/share/mk/bsd.own.mk Sun Feb 05 14:53:38 2023 +0000
@@ -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 @@
#
# 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
Home |
Main Index |
Thread Index |
Old Index