mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
libtool: Minor syntax and typo fixes
doc/notes.texi: Duplicate "to" removed. build-aux/ltmain.in: Useless parentheses in cpp directive removed.
This commit is contained in:
parent
3280f27cda
commit
90710b139b
@ -3638,7 +3638,7 @@ EOF
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#if defined (_WIN32) && !defined (__GNUC__)
|
||||
#if defined _WIN32 && !defined __GNUC__
|
||||
# include <direct.h>
|
||||
# include <process.h>
|
||||
# include <io.h>
|
||||
|
@ -29,7 +29,7 @@ will generate the instantiations. For Portland pgCC version5, use
|
||||
@item
|
||||
For C++ code, it may be neccesary to specify a library if it is a dependency
|
||||
of a link/compile flag. For example in GNU G++, if you want to use
|
||||
@code{-fsanitize=address} you need to to specify the @code{-lasan} library,
|
||||
@code{-fsanitize=address} you need to specify the @code{-lasan} library,
|
||||
like so: @code{g++ -o libx.la -fsanitize=address -lasan -rpath [...]}.
|
||||
|
||||
@item
|
||||
|
Loading…
Reference in New Issue
Block a user