Skip to content
Snippets Groups Projects
Commit ea07606f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'remove_kernel_soft_float_arg' into 'master'

Remove the -Csoft-float argument when building the kernel

See merge request redox-os/cookbook!392
parents d6bdf0aa 5fe26754
No related branches found
No related tags found
1 merge request!392Remove the -Csoft-float argument when building the kernel
......@@ -13,7 +13,6 @@ cargo rustc \
--release \
-Z build-std=core,alloc \
-- \
-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"
......
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