mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Merge branch 'simplify_kernel_building' into 'master'
Move -z max-page-size from the target spec to the cookbook See merge request redox-os/cookbook!325
This commit is contained in:
commit
08ccd264f3
@ -15,6 +15,7 @@ cargo rustc \
|
||||
-- \
|
||||
-C soft-float \
|
||||
-C link-arg=-T -Clink-arg="${COOKBOOK_SOURCE}/linkers/${ARCH}.ld" \
|
||||
-C link-arg=-z -Clink-arg=max-page-size=0x1000 \
|
||||
--emit link="${PWD}/kernel.all"
|
||||
"${TARGET}-objcopy" \
|
||||
--only-keep-debug \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user