Re: [PATCH] cygwin: add LFS_CFLAGS etc. to confstr/getconf

2018-01-16 Thread Corinna Vinschen
On Jan 16 09:03, Yaakov Selkowitz wrote: > On 2018-01-16 03:27, Corinna Vinschen wrote: > > On Jan 15 21:19, Yaakov Selkowitz wrote: > >> These are used, for instance, when cross-compiling the Linux kernel. > >> > >> Signed-off-by: Yaakov Selkowitz > >> --- > >> newlib/libc/include/sys/unistd.h |

Re: [PATCH] cygwin: add LFS_CFLAGS etc. to confstr/getconf

2018-01-16 Thread Yaakov Selkowitz
On 2018-01-16 03:27, Corinna Vinschen wrote: > On Jan 15 21:19, Yaakov Selkowitz wrote: >> These are used, for instance, when cross-compiling the Linux kernel. >> >> Signed-off-by: Yaakov Selkowitz >> --- >> newlib/libc/include/sys/unistd.h | 4 >> winsup/cygwin/sysconf.cc | 6 +-

Re: [PATCH] cygwin: add LFS_CFLAGS etc. to confstr/getconf

2018-01-16 Thread Corinna Vinschen
On Jan 15 21:19, Yaakov Selkowitz wrote: > These are used, for instance, when cross-compiling the Linux kernel. > > Signed-off-by: Yaakov Selkowitz > --- > newlib/libc/include/sys/unistd.h | 4 > winsup/cygwin/sysconf.cc | 6 +- > winsup/utils/getconf.c | 4 > 3 f

[PATCH] cygwin: add LFS_CFLAGS etc. to confstr/getconf

2018-01-15 Thread Yaakov Selkowitz
These are used, for instance, when cross-compiling the Linux kernel. Signed-off-by: Yaakov Selkowitz --- newlib/libc/include/sys/unistd.h | 4 winsup/cygwin/sysconf.cc | 6 +- winsup/utils/getconf.c | 4 3 files changed, 13 insertions(+), 1 deletion(-) diff --git