* [Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops
@ 2015-11-13 10:06 Hiroshi Kawashima
2015-11-16 7:01 ` Arnout Vandecappelle
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Hiroshi Kawashima @ 2015-11-13 10:06 UTC (permalink / raw)
To: buildroot
Force to use internal libatomic_ops of gauche.
Fix:
http://autobuild.buildroot.org/results/a97/a979f6a58f0fbb1896830461d6c384f4a65c9429//
Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp>
---
diff --git a/package/gauche/gauche.mk b/package/gauche/gauche.mk
index b887c6a..95a448b 100644
--- a/package/gauche/gauche.mk
+++ b/package/gauche/gauche.mk
@@ -12,6 +12,7 @@ GAUCHE_LICENSE_FILES = COPYING
GAUCHE_DEPENDENCIES = host-gauche
HOST_GAUCHE_CONF_OPTS = --without-zlib
+GAUCHE_CONF_OPTS = --without-libatomic-ops
ifeq ($(BR2_PACKAGE_ZLIB),y)
GAUCHE_CONF_OPTS += --with-zlib=$(STAGING_DIR)
============================================================
Hiroshi Kawashima
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops
2015-11-13 10:06 [Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops Hiroshi Kawashima
@ 2015-11-16 7:01 ` Arnout Vandecappelle
2015-11-16 8:22 ` Jerzy Grzegorek
2015-11-16 22:04 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2015-11-16 7:01 UTC (permalink / raw)
To: buildroot
On 13-11-15 11:06, Hiroshi Kawashima wrote:
> Force to use internal libatomic_ops of gauche.
>
> Fix:
> http://autobuild.buildroot.org/results/a97/a979f6a58f0fbb1896830461d6c384f4a65c9429//
>
> Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
> diff --git a/package/gauche/gauche.mk b/package/gauche/gauche.mk
> index b887c6a..95a448b 100644
> --- a/package/gauche/gauche.mk
> +++ b/package/gauche/gauche.mk
> @@ -12,6 +12,7 @@ GAUCHE_LICENSE_FILES = COPYING
> GAUCHE_DEPENDENCIES = host-gauche
>
> HOST_GAUCHE_CONF_OPTS = --without-zlib
> +GAUCHE_CONF_OPTS = --without-libatomic-ops
>
> ifeq ($(BR2_PACKAGE_ZLIB),y)
> GAUCHE_CONF_OPTS += --with-zlib=$(STAGING_DIR)
> ============================================================
> Hiroshi Kawashima
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops
2015-11-13 10:06 [Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops Hiroshi Kawashima
2015-11-16 7:01 ` Arnout Vandecappelle
@ 2015-11-16 8:22 ` Jerzy Grzegorek
2015-11-16 22:04 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Jerzy Grzegorek @ 2015-11-16 8:22 UTC (permalink / raw)
To: buildroot
Hi Hiroshi,
> Force to use internal libatomic_ops of gauche.
>
> Fix:
> http://autobuild.buildroot.org/results/a97/a979f6a58f0fbb1896830461d6c384f4a65c9429//
> W dniu 13.11.2015 o 11:06, Hiroshi Kawashima pisze:r
> Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp>
> ---
> diff --git a/package/gauche/gauche.mk b/package/gauche/gauche.mk
> index b887c6a..95a448b 100644
> --- a/package/gauche/gauche.mk
> +++ b/package/gauche/gauche.mk
Subject typo
intenal -> internal
Regards,
Jerzy
> @@ -12,6 +12,7 @@ GAUCHE_LICENSE_FILES = COPYING
> GAUCHE_DEPENDENCIES = host-gauche
>
> HOST_GAUCHE_CONF_OPTS = --without-zlib
> +GAUCHE_CONF_OPTS = --without-libatomic-ops
>
> ifeq ($(BR2_PACKAGE_ZLIB),y)
> GAUCHE_CONF_OPTS += --with-zlib=$(STAGING_DIR)
> ============================================================
> Hiroshi Kawashima
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops
2015-11-13 10:06 [Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops Hiroshi Kawashima
2015-11-16 7:01 ` Arnout Vandecappelle
2015-11-16 8:22 ` Jerzy Grzegorek
@ 2015-11-16 22:04 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-11-16 22:04 UTC (permalink / raw)
To: buildroot
Dear Hiroshi Kawashima,
On Fri, 13 Nov 2015 19:06:04 +0900, Hiroshi Kawashima wrote:
> Force to use internal libatomic_ops of gauche.
>
> Fix:
> http://autobuild.buildroot.org/results/a97/a979f6a58f0fbb1896830461d6c384f4a65c9429//
>
> Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp>
Applied to master, after slightly tweaking the commit log.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-11-16 22:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 10:06 [Buildroot] [PATCH] package/gauche: force to use intenal libatomic_ops Hiroshi Kawashima
2015-11-16 7:01 ` Arnout Vandecappelle
2015-11-16 8:22 ` Jerzy Grzegorek
2015-11-16 22:04 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox