set relocation-model to static
This commit is contained in:
parent
e4c3263e5f
commit
396b757fc3
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ pub fn opts() -> TargetOptions {
|
|||
TargetOptions {
|
||||
executables: true,
|
||||
linker: "arm-none-eabi-gcc".to_string(),
|
||||
relocation_model: "static".to_string(),
|
||||
.. Default::default()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue