mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Move -z max-page-size from the target spec to the cookbook
This commit is contained in:
parent
2c516de4de
commit
d163847ae7
@ -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