From: Heiko Eißfeldt <he...@hexco.de>

gcc/ChangeLog:

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

This was reported as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118041
with a patch attached, but I forgot to put the bug number in the commit.

Pushed to trunk. I might as well backport it too.

 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 feabf4cbe20..9109c172039 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.
 
-- 
2.47.1

Reply via email to