Build entire toolchain as PIC for proper static linking

This commit is contained in:
BtbN
2021-05-14 22:06:51 +02:00
parent a0384b8b70
commit 654a6d765e
5 changed files with 27 additions and 18 deletions

View File

@ -71,6 +71,14 @@ ffbuild_uncxxflags() {
return 0
}
ffbuild_ldexeflags() {
return 0
}
ffbuild_unldexeflags() {
return 0
}
ffbuild_ldflags() {
return 0
}