11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
|
config BR2_PACKAGE_BDWGC
|
||
|
bool "bdwgc"
|
||
|
depends on BR2_PACKAGE_LIBATOMIC_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/
|