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.
This commit is contained in:
parent
e14b16b8c0
commit
ca33874d0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue