Module Name:    src
Committed By:   christos
Date:           Tue Apr 24 23:29:13 UTC 2018

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.1057 -r1.1058 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.1057 src/share/mk/bsd.own.mk:1.1058
--- src/share/mk/bsd.own.mk:1.1057	Sun Apr 15 16:08:13 2018
+++ src/share/mk/bsd.own.mk	Tue Apr 24 19:29:13 2018
@@ -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 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
 #
 # 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

Reply via email to