7f283452c8
Remove upstream patches: 0002-fix-building-on-ppc64.patch765527ad37
0003-libsanitizer-Use-pre-computed-size.patch61f38c64c0
942-Use-ucontext_t-not-struct-ucontext-in-linux-unwind.h.patchb685411208
943-sanitizer-linux.patch8937b94d1a
870-xtensa-fix-PR-target-82181.patchdbbb835381
871-xtensa-fix-PR-target-65416.patch36f42654cb
872-gcc-xtensa-fix-NAND-code-in-xtensa_expand_atomic.patch using patch9f149a1a92
Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
635 B
Diff
20 lines
635 B
Diff
Enable POSIX threads for uClinux targets
|
|
Reported upstream:
|
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71721
|
|
|
|
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
|
|
|
|
diff -Nur gcc-6.1.0.orig/gcc/config.gcc gcc-6.1.0/gcc/config.gcc
|
|
--- gcc-6.1.0.orig/gcc/config.gcc 2016-04-11 12:14:59.000000000 +0200
|
|
+++ gcc-6.1.0/gcc/config.gcc 2016-07-02 20:04:25.732169982 +0200
|
|
@@ -833,6 +833,9 @@
|
|
*-*-uclinux*)
|
|
extra_options="$extra_options gnu-user.opt"
|
|
use_gcc_stdint=wrap
|
|
+ case ${enable_threads} in
|
|
+ "" | yes | posix) thread_file='posix' ;;
|
|
+ esac
|
|
tm_defines="$tm_defines DEFAULT_LIBC=LIBC_UCLIBC SINGLE_LIBC"
|
|
;;
|
|
*-*-rdos*)
|