summaryrefslogtreecommitdiffstats
path: root/package/bdwgc/Config.in
blob: 95139efb93312531da0e810526d35fecefd2d012 (plain)
1
2
3
4
5
6
7
8
9
10
config BR2_PACKAGE_BDWGC
	bool "bdwgc"
	depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
	select BR2_PACKAGE_LIBATOMIC_OPS
	help
	  The Boehm-Demers-Weiser conservative garbage collector can
	  be used as a garbage collecting replacement for C 'malloc'
	  or C++ 'new'.

	  http://www.hboehm.info/gc/
OpenPOWER on IntegriCloud