• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/bdwgc/0003-configure-match-uclinux-pattern.patch
Bernd KuhlsBernd Kuhls committed 269b21afaa502 Jun 2017
Raw file
Source viewDiff to previous
 
1
From a628c90bdbf397465ac2ab2b11f14eb2e853651c 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
5
​
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.
8
​
9
* configure.ac [$THREADS=pthreads] (GC_LINUX_THREADS, _REENTRANT): Define
10
for hosts matching "*-*-*linux*" (instead of "*-*-linux*").
11
---
12
 configure.ac | 2 +-
13
 1 file changed, 1 insertion(+), 1 deletion(-)
14
​
15
diff --git a/configure.ac b/configure.ac
16
index 22353547..fa745b56 100644
17
--- a/configure.ac
18
+++ b/configure.ac
19
@@ -190,7 +190,7 @@ case "$THREADS" in
20
         AC_DEFINE(THREAD_LOCAL_ALLOC)
21
         AC_MSG_WARN("Explicit GC_INIT() calls may be required.");
22
         ;;
23
-     *-*-linux* | *-*-nacl*)
24
+     *-*-*linux* | *-*-nacl*)
25
         AC_DEFINE(GC_LINUX_THREADS)
26
         AC_DEFINE(_REENTRANT)
27
         ;;
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.