xref: /OK3568_Linux_fs/buildroot/package/bdwgc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_BDWGC
2	bool "bdwgc"
3	depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS
4	select BR2_PACKAGE_LIBATOMIC_OPS
5	help
6	  The Boehm-Demers-Weiser conservative garbage collector can
7	  be used as a garbage collecting replacement for C 'malloc'
8	  or C++ 'new'.
9
10	  http://www.hboehm.info/gc/
11