cygwin: add LFS_CFLAGS etc. to confstr/getconf

These are used, for instance, when cross-compiling the Linux kernel.

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz
2018-01-15 21:15:28 -06:00
parent 1d01586b62
commit 2cb24159fb
3 changed files with 13 additions and 1 deletions

View File

@@ -97,6 +97,10 @@ static const struct conf_variable conf_table[] =
{ "XBS5_WIDTH_RESTRICTED_ENVS", CONFSTR, _CS_XBS5_WIDTH_RESTRICTED_ENVS },
{ "V7_ENV", CONFSTR, _CS_V7_ENV },
{ "V6_ENV", CONFSTR, _CS_V6_ENV },
{ "LFS_CFLAGS", CONFSTR, _CS_LFS_CFLAGS },
{ "LFS_LDFLAGS", CONFSTR, _CS_LFS_LDFLAGS },
{ "LFS_LIBS", CONFSTR, _CS_LFS_LIBS },
{ "LFS_LINTFLAGS", CONFSTR, _CS_LFS_LINTFLAGS },
/* Symbolic constants from <limits.h> */
{ "_POSIX_AIO_LISTIO_MAX", CONSTANT, _POSIX_AIO_LISTIO_MAX },