* [Buildroot] [PATCH 1/1] gflags: define NO_THREADS if toolchain doesn't support threads
@ 2015-06-11 9:40 Rahul Bedarkar
2015-06-11 20:08 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Rahul Bedarkar @ 2015-06-11 9:40 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/a42/a4288ed5050ce0d14e589745bf26c0a95acf645e/
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
package/gflags/gflags.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gflags/gflags.mk b/package/gflags/gflags.mk
index 661dad8..9dc4e15 100644
--- a/package/gflags/gflags.mk
+++ b/package/gflags/gflags.mk
@@ -11,7 +11,7 @@ GFLAGS_LICENSE = BSD-3c
GFLAGS_LICENSE_FILES = COPYING.txt
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),)
-GFLAGS_CONF_OPTS = -DBUILD_gflags_LIB=OFF
+GFLAGS_CONF_OPTS = -DBUILD_gflags_LIB=OFF -DCMAKE_CXX_FLAGS=-DNO_THREADS
endif
$(eval $(cmake-package))
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] gflags: define NO_THREADS if toolchain doesn't support threads
2015-06-11 9:40 [Buildroot] [PATCH 1/1] gflags: define NO_THREADS if toolchain doesn't support threads Rahul Bedarkar
@ 2015-06-11 20:08 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-06-11 20:08 UTC (permalink / raw)
To: buildroot
Dear Rahul Bedarkar,
On Thu, 11 Jun 2015 15:10:38 +0530, Rahul Bedarkar wrote:
> Fixes:
> http://autobuild.buildroot.net/results/a42/a4288ed5050ce0d14e589745bf26c0a95acf645e/
>
> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
> ---
> package/gflags/gflags.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-11 20:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 9:40 [Buildroot] [PATCH 1/1] gflags: define NO_THREADS if toolchain doesn't support threads Rahul Bedarkar
2015-06-11 20:08 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox