summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkei-k@ca2.so-net.ne.jp <kei-k@ca2.so-net.ne.jp>2015-11-13 19:06:04 +0900
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-16 23:03:37 +0100
commite97eab114e07c439a1c67aeada58c827f7c4615c (patch)
treecc4f6147af9acb3c6da88427067ac173aebd6df5
parent91f888cbc4bd2c76dc6896f6ab47da3826139a60 (diff)
downloadbuildroot-e97eab114e07c439a1c67aeada58c827f7c4615c.tar.gz
buildroot-e97eab114e07c439a1c67aeada58c827f7c4615c.zip
package/gauche: force to use internal libatomic_ops
Force to use internal libatomic_ops of gauche, since the external libatomic_ops packaged in Buildroot is not compatible with gauche. Fixes: http://autobuild.buildroot.org/results/a97/a979f6a58f0fbb1896830461d6c384f4a65c9429/ [Thomas: tweak commit log.] Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/gauche/gauche.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gauche/gauche.mk b/package/gauche/gauche.mk
index b887c6acfe..95a448b12b 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)
OpenPOWER on IntegriCloud