https://gcc.gnu.org/g:3396834cd1335eb76d9c994b77088c18a1bd8314
commit r14-11094-g3396834cd1335eb76d9c994b77088c18a1bd8314 Author: Heiko Eißfeldt <he...@hexco.de> Date: Sat Dec 14 12:31:58 2024 +0000 doc: Fix typos for --enable-host-pie docs in install.texi gcc/ChangeLog: * doc/install.texi (Configuration): Fix typos in documentation for --enable-host-pie. (cherry picked from commit a7df4961d171ef071bd0972335d6f116d420eb13) Diff: --- gcc/doc/install.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 814db3ea5ec3..89e2c642f415 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1116,7 +1116,7 @@ yielding a slightly slower compiler (but faster than at random addresses each time they are executed, therefore provide additional protection against Return Oriented Programming (ROP) attacks. -@option{--enable-host-pie}) may be used with @option{--enable-host-shared}), +@option{--enable-host-pie} may be used with @option{--enable-host-shared}, in which case @option{-fPIC} is used when compiling, and @option{-pie} when linking.