From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/ser2net: disable threads for toolchains without threads support
Date: Sun, 6 Nov 2016 15:13:44 +0100 [thread overview]
Message-ID: <20161106151344.35d9160e@free-electrons.com> (raw)
In-Reply-To: <1478438123-869-1-git-send-email-romain.naour@gmail.com>
Hello,
On Sun, 6 Nov 2016 14:15:23 +0100, Romain Naour wrote:
> +ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
> +SER2NET_CONF_OPTS += --with-pthreads=yes
> +else
> +SER2NET_CONF_OPTS += --with-pthreads=no
> +endif
We normally use --with-pthreads / --without-pthreads, so I've updated
your patch accordingly and applied to master. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
prev parent reply other threads:[~2016-11-06 14:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-06 13:15 [Buildroot] [PATCH] package/ser2net: disable threads for toolchains without threads support Romain Naour
2016-11-06 14:13 ` Thomas Petazzoni [this message]
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=20161106151344.35d9160e@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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