Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk PR/53209: David Shao: lang/llvm BFD (N...
details: https://anonhg.NetBSD.org/src/rev/c845f98761ca
branches: trunk
changeset: 318458:c845f98761ca
user: christos <christos%NetBSD.org@localhost>
date: Tue Apr 24 23:29:13 2018 +0000
description:
PR/53209: David Shao: lang/llvm BFD (NetBSD Binutils nb1) 2.30 assertion fail elflink.c:2824
switch x86 back to old binutils until it is fixed.
(also non pie binaries have broken relocs)
diffstat:
share/mk/bsd.own.mk | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (22 lines):
diff -r 61d0587a048d -r c845f98761ca share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Apr 24 18:35:56 2018 +0000
+++ b/share/mk/bsd.own.mk Tue Apr 24 23:29:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1057 2018/04/15 20:08:13 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1058 2018/04/24 23:29:13 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -162,12 +162,7 @@
#
# What binutils is used?
#
-.if ${MACHINE_ARCH} == "x86_64" || \
- ${MACHINE_ARCH} == "i386"
-HAVE_BINUTILS?= 230
-.else
HAVE_BINUTILS?= 227
-.endif
.if ${HAVE_BINUTILS} == 230
EXTERNAL_BINUTILS_SUBDIR= binutils
Home |
Main Index |
Thread Index |
Old Index