1 From f8ecc7fb09adf34a23d324f373e667c81311fc1c Mon Sep 17 00:00:00 2001
2 From: Romain Naour <romain.naour@gmail.com>
3 Date: Sat, 6 Aug 2016 23:24:35 +0200
4 Subject: [PATCH] configure: match uclinux pattern
6 bdwgc does not recognize "uclinux" as a valid OS part of the target
7 tuple which is used by some arm cortex-M toolchains.
10 http://autobuild.buildroot.net/results/94f/94fbc1e5afe183e5b071d1e869b2d780025389e2
12 Signed-off-by: Romain Naour <romain.naour@gmail.com>
15 1 file changed, 1 insertion(+), 1 deletion(-)
17 diff --git a/configure.ac b/configure.ac
18 index b1ce2b2..a69d101 100644
21 @@ -186,7 +186,7 @@ case "$THREADS" in
22 AC_DEFINE(THREAD_LOCAL_ALLOC)
23 AC_MSG_WARN("Explicit GC_INIT() calls may be required.");
27 AC_DEFINE(GC_LINUX_THREADS)