python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / gcc / 4.9.4 / 940-uclinux-enable-threads.patch
blob510814762708dc8520420466076e7c73888b4626
1 Enable POSIX threads for uClinux targets
2 Reported upstream:
3 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71721
5 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
7 Index: b/gcc/config.gcc
8 ===================================================================
9 --- a/gcc/config.gcc
10 +++ b/gcc/config.gcc
11 @@ -810,6 +810,9 @@
12 *-*-uclinux*)
13 extra_options="$extra_options gnu-user.opt"
14 use_gcc_stdint=wrap
15 + case ${enable_threads} in
16 + "" | yes | posix) thread_file='posix' ;;
17 + esac
18 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
20 *-*-rdos*)