Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/acorn32/stand Adjust for binutils 2.34 in the same ...



details:   https://anonhg.NetBSD.org/src/rev/ad74cef4e13d
branches:  trunk
changeset: 931309:ad74cef4e13d
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Apr 26 07:01:52 2020 +0000

description:
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.

diffstat:

 sys/arch/acorn32/stand/Makefile.buildboot |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b4fa0349a683 -r ad74cef4e13d sys/arch/acorn32/stand/Makefile.buildboot
--- a/sys/arch/acorn32/stand/Makefile.buildboot Sun Apr 26 06:58:05 2020 +0000
+++ b/sys/arch/acorn32/stand/Makefile.buildboot Sun Apr 26 07:01:52 2020 +0000
@@ -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 @@
 LIBCRTEND=
 
 MKMODULE?=no
+LINKFLAGS+=--no-dynamic-linker --noinhibit-exec
 .if ${MKMODULE} == "yes"
 RISCOSTYPE ?= ffa
 LINKFLAGS+=-shared -Bsymbolic --no-undefined -T ${.CURDIR}/../module.ldscript



Home | Main Index | Thread Index | Old Index