]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Fix typos for --enable-host-pie docs in install.texi
authorHeiko Eißfeldt <heiko@hexco.de>
Sat, 14 Dec 2024 12:31:58 +0000 (12:31 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 14 Dec 2024 12:34:00 +0000 (12:34 +0000)
gcc/ChangeLog:

* doc/install.texi (Configuration): Fix typos in documentation
for --enable-host-pie.

gcc/doc/install.texi

index feabf4cbe20b7b9c320327035f1df277753a1fa8..9109c172039c6ef2119f64dd5a63e16f5bab54e8 100644 (file)
@@ -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.