diff options
Diffstat (limited to 'application-devel/embedded-devel')
| -rw-r--r-- | application-devel/embedded-devel/pres_embedded-devel_en.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application-devel/embedded-devel/pres_embedded-devel_en.tex b/application-devel/embedded-devel/pres_embedded-devel_en.tex index 83a8926..afd91cc 100644 --- a/application-devel/embedded-devel/pres_embedded-devel_en.tex +++ b/application-devel/embedded-devel/pres_embedded-devel_en.tex @@ -490,7 +490,7 @@ gcc -Wl,--enable-new-dtags -Wl,-rpath,/mypath \ The -rpath and --disable-new-dtags linker options together specify to the linker a search path to record in the executable binary. It is stored as DT\_RPATH in the ELF dynamic section. \begin{verbatim} gcc -Wl,--disable-new-dtags -Wl,-rpath,/mypath \ - -ohello hello.c -lhello + -ohello2 hello.c -lhello \end{verbatim} \end{frame} |
