• 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/bdwgc.mk
Bernd KuhlsBernd Kuhls committed 8dc6c7c5be007 Jan 2018
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# bdwgc
4
#
5
################################################################################
6
​
7
BDWGC_VERSION = 7.6.2
8
BDWGC_SOURCE = gc-$(BDWGC_VERSION).tar.gz
9
BDWGC_SITE = http://www.hboehm.info/gc/gc_source
10
BDWGC_INSTALL_STAGING = YES
11
BDWGC_LICENSE = bdwgc license
12
BDWGC_LICENSE_FILES = README.QUICK
13
BDWGC_DEPENDENCIES = libatomic_ops host-pkgconf
14
HOST_BDWGC_DEPENDENCIES = host-libatomic_ops host-pkgconf
15
​
16
# The libtool shipped with the package is bogus and generates some
17
# -L/usr/lib flags. It uses a version not supported by Buildroot
18
# libtool patches, so autoreconfiguring the packages is the easiest
19
# solution.
20
BDWGC_AUTORECONF = YES
21
​
22
BDWGC_CFLAGS = $(TARGET_CFLAGS)
23
ifeq ($(BR2_sparc),y)
24
BDWGC_CFLAGS += -DAO_NO_SPARC_V9
25
endif
26
ifeq ($(BR2_STATIC_LIBS),y)
27
BDWGC_CFLAGS += -DGC_NO_DLOPEN
28
endif
29
​
30
# Ensure we use the system libatomic_ops, and not the internal one.
31
BDWGC_CONF_OPTS = --with-libatomic-ops=yes CFLAGS="$(BDWGC_CFLAGS)"
32
HOST_BDWGC_CONF_OPTS = --with-libatomic-ops=yes
33
​
34
$(eval $(autotools-package))
35
$(eval $(host-autotools-package))
  • 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.