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