crosstool-ng/config/debug/dmalloc.in
Yann E. MORIN" 5e43e3ea86 Add dmalloc debug library facility.
Add patches for dmalloc.
Ignore the generated config/debug.in
2007-05-18 15:57:16 +00:00

36 lines
547 B
Plaintext

# dmalloc debug facility
menuconfig DMALLOC
bool
prompt "dmalloc"
default n
depends on EXPERIMENTAL
if DMALLOC
choice
bool
prompt "dmalloc version"
config DMALLOC_V_5_4_3
bool
prompt "5.4.3"
depends on OBSOLETE
config DMALLOC_V_5_5_2
bool
prompt "5.5.2"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config DMALLOC_VERSION
string
default "5.4.3" if DMALLOC_V_5_4_3
default "5.5.2" if DMALLOC_V_5_5_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
endif