Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115634644
D14956.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
422 B
Referenced Files
None
Subscribers
None
D14956.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D14956: stand/i386: pass --no-rosegment when linking with lld
Attached
Detach File
Event Timeline
Log In to Comment