Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch x86 to binutils 2.39
details: https://anonhg.NetBSD.org/src/rev/5cf69677b32d
branches: trunk
changeset: 372829:5cf69677b32d
user: christos <christos%NetBSD.org@localhost>
date: Wed Dec 28 22:04:46 2022 +0000
description:
switch x86 to binutils 2.39
diffstat:
share/mk/bsd.own.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r c4ad8571f40c -r 5cf69677b32d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Dec 28 22:04:05 2022 +0000
+++ b/share/mk/bsd.own.mk Wed Dec 28 22:04:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1290 2022/12/23 17:25:22 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1291 2022/12/28 22:04:46 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -98,7 +98,11 @@
#
# What binutils is used?
#
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
+HAVE_BINUTILS?= 239
+.else
HAVE_BINUTILS?= 234
+.endif
.if ${HAVE_BINUTILS} == 239
EXTERNAL_BINUTILS_SUBDIR= binutils
Home |
Main Index |
Thread Index |
Old Index