Skip to content
Commit 905a7707 authored by David Gow's avatar David Gow Committed by Richard Weinberger
Browse files

rust: arch/um: Use 'pie' relocation mode under UML



UML expects a position independent executable for some reason, so tell
rustc to generate pie objects. Otherwise we get a bunch of relocations
we can't deal with in libcore.

Signed-off-by: default avatarDavid Gow <davidgow@google.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent d5dbcfe7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment