diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/platform.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index 3ada146e79..d4a6618b13 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -35,6 +35,9 @@ to your project LDFLAGS: -Wl,-Bsymbolic @end example +If your target platform requires position independent binaries, you should +pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}. + @section BSD BSD make will not build Libav, you need to install and use GNU Make |