mirror of git://sourceware.org/git/glibc.git
Regenerate INSTALL.
This commit is contained in:
parent
261d0141b3
commit
a640393a18
|
@ -1,3 +1,7 @@
|
||||||
|
2017-03-21 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* INSTALL: Regenerated.
|
||||||
|
|
||||||
2017-03-21 Thorsten Kukuk <kukuk@suse.com>
|
2017-03-21 Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
* config.h.in: Add LINK_OBSOLETE_NSL.
|
* config.h.in: Add LINK_OBSOLETE_NSL.
|
||||||
|
|
6
INSTALL
6
INSTALL
|
@ -196,6 +196,12 @@ will be used, and CFLAGS sets optimization options for the compiler.
|
||||||
colon-separated list in a single environment variable
|
colon-separated list in a single environment variable
|
||||||
'GLIBC_TUNABLES'.
|
'GLIBC_TUNABLES'.
|
||||||
|
|
||||||
|
'--enable-obsolete-nsl'
|
||||||
|
By default, libnsl is only built as shared library for backward
|
||||||
|
compatibility and the NSS modules libnss_compat, libnss_nis and
|
||||||
|
libnss_nisplus are not built at all. Use this option to enable
|
||||||
|
libnsl with all depending NSS modules and header files.
|
||||||
|
|
||||||
'--build=BUILD-SYSTEM'
|
'--build=BUILD-SYSTEM'
|
||||||
'--host=HOST-SYSTEM'
|
'--host=HOST-SYSTEM'
|
||||||
These options are for cross-compiling. If you specify both options
|
These options are for cross-compiling. If you specify both options
|
||||||
|
|
Loading…
Reference in New Issue