Skip to content
Snippets Groups Projects
Commit d163847a authored by bjorn3's avatar bjorn3
Browse files

Move -z max-page-size from the target spec to the cookbook

parent 2c516de4
No related branches found
No related tags found
1 merge request!325Move -z max-page-size from the target spec to the cookbook
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment