python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / bdwgc / Config.in
blob95139efb93312531da0e810526d35fecefd2d012
1 config 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'.
10           http://www.hboehm.info/gc/