diff options
author | Heiko Eißfeldt <heiko@hexco.de> | 2024-12-14 12:31:58 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2024-12-14 12:34:00 +0000 |
commit | a7df4961d171ef071bd0972335d6f116d420eb13 (patch) | |
tree | fcba716306c208c90e7dc90c57f68db47ba68781 /gcc | |
parent | 7f4e85a954d24cc30bf85f4040fcd204bd5e23fd (diff) | |
download | gcc-a7df4961d171ef071bd0972335d6f116d420eb13.zip gcc-a7df4961d171ef071bd0972335d6f116d420eb13.tar.gz gcc-a7df4961d171ef071bd0972335d6f116d420eb13.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index feabf4c..9109c17 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. |