python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / bdwgc / 0004-configure-match-uclinux-pattern.patch
blob78bad1c595dfcf8148fee9e9154967d76e8a41fa
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.
9 Fixes:
10 http://autobuild.buildroot.net/results/94f/94fbc1e5afe183e5b071d1e869b2d780025389e2
12 Signed-off-by: Romain Naour <romain.naour@gmail.com>
13 ---
14 configure.ac | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
17 diff --git a/configure.ac b/configure.ac
18 index b1ce2b2..a69d101 100644
19 --- a/configure.ac
20 +++ b/configure.ac
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.");
25 - *-*-linux*)
26 + *-*-*linux*)
27 AC_DEFINE(GC_LINUX_THREADS)
28 AC_DEFINE(_REENTRANT)
30 --
31 2.5.5