From: Heiko Eißfeldt Date: Sat, 14 Dec 2024 12:31:58 +0000 (+0000) Subject: doc: Fix typos for --enable-host-pie docs in install.texi X-Git-Tag: basepoints/gcc-16~3298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7df4961d171ef071bd0972335d6f116d420eb13;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index feabf4cbe20b..9109c172039c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1119,7 +1119,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.