Module Name:    src
Committed By:   rin
Date:           Sun Apr 26 07:01:52 UTC 2020

Modified Files:
        src/sys/arch/acorn32/stand: Makefile.buildboot

Log Message:
Adjust for binutils 2.34 in the same manner as efiboot:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/stand/efiboot/Makefile.efiboot#rev1.12

XXX
Compile test only.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/acorn32/stand/Makefile.buildboot

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/acorn32/stand/Makefile.buildboot
diff -u src/sys/arch/acorn32/stand/Makefile.buildboot:1.25 src/sys/arch/acorn32/stand/Makefile.buildboot:1.26
--- src/sys/arch/acorn32/stand/Makefile.buildboot:1.25	Thu Oct 24 18:46:20 2019
+++ src/sys/arch/acorn32/stand/Makefile.buildboot	Sun Apr 26 07:01:52 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.buildboot,v 1.25 2019/10/24 18:46:20 christos Exp $
+#	$NetBSD: Makefile.buildboot,v 1.26 2020/04/26 07:01:52 rin Exp $
 
 S?=	${.CURDIR}/../../../..
 
@@ -20,6 +20,7 @@ LIBCRTBEGIN=
 LIBCRTEND=
 
 MKMODULE?=no
+LINKFLAGS+=--no-dynamic-linker --noinhibit-exec
 .if ${MKMODULE} == "yes"
 RISCOSTYPE ?= ffa
 LINKFLAGS+=-shared -Bsymbolic --no-undefined -T ${.CURDIR}/../module.ldscript

Reply via email to