Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] uclibc: enable linuxthreads for xtensa
Date: Thu, 17 Mar 2016 18:27:04 +0300	[thread overview]
Message-ID: <1458228424-10330-3-git-send-email-jcmvbkbc@gmail.com> (raw)
In-Reply-To: <1458228424-10330-1-git-send-email-jcmvbkbc@gmail.com>

linuxthreads is the only threading option for noMMU xtensa, enable it.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
 package/uclibc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 16bf89c..ae32f21 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -63,7 +63,7 @@ choice
 	config BR2_PTHREADS_OLD
 		bool "linuxthreads (stable/old)"
 		select BR2_TOOLCHAIN_HAS_THREADS
-		depends on BR2_m68k || BR2_arm || BR2_armeb
+		depends on BR2_m68k || BR2_arm || BR2_armeb || BR2_xtensa
 
 	config BR2_PTHREADS_NATIVE
 		bool "Native POSIX Threading (NPTL)"
-- 
2.1.4

  parent reply	other threads:[~2016-03-17 15:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-17 15:27 [Buildroot] [PATCH 0/2] xtensa noMMU support Max Filippov
2016-03-17 15:27 ` [Buildroot] [PATCH 1/2] gcc: add xtensa uClinux support Max Filippov
2016-03-17 15:27 ` Max Filippov [this message]
2016-03-31  1:57 ` [Buildroot] [PATCH 0/2] xtensa noMMU support Thomas Petazzoni
2016-03-31  3:20   ` Max Filippov
2016-03-31 14:36     ` Thomas Petazzoni
2016-03-31 17:52       ` Max Filippov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458228424-10330-3-git-send-email-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox