Commit 09955a32 by Waldemar Brodkorb Committed by Jeff Law

* config.gcc (*-*-uclinux*): Enable posix threads.

From-SVN: r243268
parent 6901ea62
2016-12-05 Waldemar Brodkorb <wbx@openadk.org>
* config.gcc (*-*-uclinux*): Enable posix threads.
2016-12-05 Andrew Senkevich <andrew.senkevich@intel.com> 2016-12-05 Andrew Senkevich <andrew.senkevich@intel.com>
* config/i386/avx512bwintrin.h: Add new k-mask intrinsics. * config/i386/avx512bwintrin.h: Add new k-mask intrinsics.
...@@ -831,6 +831,9 @@ case ${target} in ...@@ -831,6 +831,9 @@ case ${target} in
*-*-uclinux*) *-*-uclinux*)
extra_options="$extra_options gnu-user.opt" extra_options="$extra_options gnu-user.opt"
use_gcc_stdint=wrap use_gcc_stdint=wrap
case ${enable_threads} in
"" | yes | posix) thread_file='posix' ;;
esac
tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC" tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
;; ;;
*-*-rdos*) *-*-rdos*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment