Page MenuHomeFreeBSD

D14956.diff
No OneTemporary

D14956.diff

Index: head/stand/i386/Makefile.inc
===================================================================
--- head/stand/i386/Makefile.inc
+++ head/stand/i386/Makefile.inc
@@ -2,8 +2,13 @@
#
# $FreeBSD$
+.sinclude <bsd.linker.mk>
+
LOADER_ADDRESS?=0x200000
LDFLAGS+= -nostdlib
+.if defined(LINKER_TYPE) && ${LINKER_TYPE} == "lld"
+LDFLAGS+= -Wl,--no-rosegment
+.endif
# BTX components
BTXDIR= ${BOOTOBJ}/i386/btx

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 27, 8:06 AM (15 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17815186
Default Alt Text
D14956.diff (422 B)

Event Timeline