diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2016-07-05 12:12:55 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-05 12:16:16 +0200 |
| commit | 6565825f27834cf8346b8e9222551f7b6427873d (patch) | |
| tree | c071f78a37bbfb8f99791579fffaf0ba692e9896 | |
| parent | 1d248bd8cae278cd0c797768cb3fb19e7c6e4657 (diff) | |
| download | buildroot-6565825f27834cf8346b8e9222551f7b6427873d.tar.gz buildroot-6565825f27834cf8346b8e9222551f7b6427873d.zip | |
uclibc: enable Linuxthreads for Blackfin
Enable Linuxthreads, a small binutils patch from upstream is
required.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/uclibc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index c0cb602ab1..7c99195d08 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -59,7 +59,7 @@ choice config BR2_PTHREADS bool "linuxthreads" select BR2_TOOLCHAIN_HAS_THREADS - depends on BR2_m68k || BR2_microblaze || BR2_arm || BR2_armeb || BR2_xtensa + depends on BR2_bfin || BR2_m68k || BR2_microblaze || BR2_arm || BR2_armeb || BR2_xtensa config BR2_PTHREADS_NATIVE bool "Native POSIX Threading (NPTL)" |

