commit | 905a77077573056d7af508f35373f66ed8b4a39e | [log] [tgz] |
---|---|---|
author | David Gow <davidgow@google.com> | Sat Dec 17 12:44:34 2022 +0800 |
committer | Richard Weinberger <richard@nod.at> | Fri Feb 10 21:27:32 2023 +0100 |
tree | a2c95f825caf8f081b429e37d88b94770a726972 | |
parent | d5dbcfe7ee31ccea85a8cbf7ff84a2808d6c8f76 [diff] |
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: David Gow <davidgow@google.com> Signed-off-by: Richard Weinberger <richard@nod.at>