1 Enable POSIX threads for uClinux targets
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 ===================================================================
13 extra_options="$extra_options gnu-user.opt"
15 + case ${enable_threads} in
16 + "" | yes | posix) thread_file='posix' ;;
18 tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"