libgdiagnostics: fix a missing rename in the docs
gcc/ChangeLog: * doc/libgdiagnostics/tutorial/01-hello-world.rst: Update linker command for renaming. Signed-off-by: David Malcolm <dmalcolm@redhat.com>
This commit is contained in:
parent
8173d0a4b7
commit
e11c795b09
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ using:
|
|||
$ gcc \
|
||||
tut01-hello-world.c \
|
||||
-o tut01-hello-world \
|
||||
-ldiagnostics
|
||||
-lgdiagnostics
|
||||
|
||||
You should then be able to run the built program:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue