forked from M-Labs/nac3
nac3standalone: generate PIC
This commit is contained in:
parent
9f610745b7
commit
adadf56e2b
|
@ -321,6 +321,7 @@ fn main() {
|
||||||
triple,
|
triple,
|
||||||
cpu: mcpu,
|
cpu: mcpu,
|
||||||
features: target_features,
|
features: target_features,
|
||||||
|
reloc_mode: RelocMode::PIC,
|
||||||
..host_target_machine
|
..host_target_machine
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue