Build entire toolchain as PIC for proper static linking
This commit is contained in:
parent
a0384b8b70
commit
654a6d765e
5 changed files with 27 additions and 18 deletions
|
@ -71,6 +71,14 @@ ffbuild_uncxxflags() {
|
|||
return 0
|
||||
}
|
||||
|
||||
ffbuild_ldexeflags() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_unldexeflags() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_ldflags() {
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue