summaryrefslogtreecommitdiffstats
path: root/package/bdwgc/0004-configure-match-uclinux-pattern.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-05-21 19:41:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-22 16:02:00 +0200
commitf0078e42d6ce2e03310fbc74b45b1eff20fc7d58 (patch)
treeadae01a291a2c63403ac81e48f130edfa6089cd9 /package/bdwgc/0004-configure-match-uclinux-pattern.patch
parentaa73c012186a05ad443863137f95f94fb642c4b7 (diff)
downloadbuildroot-f0078e42d6ce2e03310fbc74b45b1eff20fc7d58.tar.gz
buildroot-f0078e42d6ce2e03310fbc74b45b1eff20fc7d58.zip
package/bdwgc: bump version to 7.6.0
Removed patches applied upstream: 0002-Do-not-include-sigcontext.h-and-asm-sigcontext.h.patch https://github.com/ivmai/bdwgc/commit/c887470e0e3310c81ecdb7e736bc5d2ead45db2a 0003-Revert-Move-asm-machine-dependent-files-to-src-folde.patch https://github.com/ivmai/bdwgc/commit/5e756d4d8df2949cb3b6e51532d3016cbb276fd7 0004-configure-match-uclinux-pattern.patch https://github.com/ivmai/bdwgc/commit/a628c90bdbf397465ac2ab2b11f14eb2e853651c Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bdwgc/0004-configure-match-uclinux-pattern.patch')
-rw-r--r--package/bdwgc/0004-configure-match-uclinux-pattern.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/package/bdwgc/0004-configure-match-uclinux-pattern.patch b/package/bdwgc/0004-configure-match-uclinux-pattern.patch
deleted file mode 100644
index 78bad1c595..0000000000
--- a/package/bdwgc/0004-configure-match-uclinux-pattern.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From f8ecc7fb09adf34a23d324f373e667c81311fc1c Mon Sep 17 00:00:00 2001
-From: Romain Naour <romain.naour@gmail.com>
-Date: Sat, 6 Aug 2016 23:24:35 +0200
-Subject: [PATCH] configure: match uclinux pattern
-
-bdwgc does not recognize "uclinux" as a valid OS part of the target
-tuple which is used by some arm cortex-M toolchains.
-
-Fixes:
-http://autobuild.buildroot.net/results/94f/94fbc1e5afe183e5b071d1e869b2d780025389e2
-
-Signed-off-by: Romain Naour <romain.naour@gmail.com>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index b1ce2b2..a69d101 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -186,7 +186,7 @@ case "$THREADS" in
- AC_DEFINE(THREAD_LOCAL_ALLOC)
- AC_MSG_WARN("Explicit GC_INIT() calls may be required.");
- ;;
-- *-*-linux*)
-+ *-*-*linux*)
- AC_DEFINE(GC_LINUX_THREADS)
- AC_DEFINE(_REENTRANT)
- ;;
---
-2.5.5
-
OpenPOWER on IntegriCloud