Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107758750
D24909.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
749 B
Referenced Files
None
Subscribers
None
D24909.diff
View Options
Index: head/sys/conf/Makefile.riscv
===================================================================
--- head/sys/conf/Makefile.riscv
+++ head/sys/conf/Makefile.riscv
@@ -35,12 +35,7 @@
# We set this value using --defsym rather than hardcoding it in ldscript.riscv
# so that different kernel configs can override the load address.
KERNEL_LMA?= 0x80200000
-
-SYSTEM_LD= @${LD} -N -m ${LD_EMULATION} -Bdynamic -T ${LDSCRIPT} ${_LDFLAGS} \
- --no-warn-mismatch --warn-common --export-dynamic \
- --defsym='kernel_lma=${KERNEL_LMA}' \
- --dynamic-linker /red/herring \
- -o ${.TARGET} -X ${SYSTEM_OBJS} vers.o
+LDFLAGS+= --defsym='kernel_lma=${KERNEL_LMA}'
.if !empty(DDB_ENABLED)
CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 12:20 AM (21 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15908168
Default Alt Text
D24909.diff (749 B)
Attached To
Mode
D24909: Simplify the RISC-V kernel linker invocation
Attached
Detach File
Event Timeline
Log In to Comment