summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/linuxthreads/attr.c
diff options
context:
space:
mode:
authorPatrick Bendorf <mail@patrick-bendorf.de>2016-02-29 13:19:43 +0100
committerCorinna Vinschen <corinna@vinschen.de>2016-02-29 13:56:03 +0100
commit5b88b625620b88fc6a298a30c0142df307e53e92 (patch)
tree4ea3c36f2061191b5e8749208b4fa2f960fa3946 /newlib/libc/sys/linux/linuxthreads/attr.c
parentb9217601f849b8f0a3f4a491e26b3692287ee89d (diff)
downloadcygnal-5b88b625620b88fc6a298a30c0142df307e53e92.tar.gz
cygnal-5b88b625620b88fc6a298a30c0142df307e53e92.tar.bz2
cygnal-5b88b625620b88fc6a298a30c0142df307e53e92.zip
ccwrap: fix build with non-english locale set
short explanation: after setting up cygwin on my systems the default locale is set to "de_DE.UTF-8". this leads to ccwrap not picking up certain "-isystem" arguments, which in turn leads to "stddef.h: no such file or directory". this breaks the build process for systems having non english locale. ccwrap scans the output of the first compiler invocation (line 21) for some specific english output on and around line 43. i changed the patch to check uname -o for cygwin string and set the locale to either C or C.UTF-8
Diffstat (limited to 'newlib/libc/sys/linux/linuxthreads/attr.c')
0 files changed, 0 insertions, 0 deletions