summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/dmalloc/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/dmalloc/Config.in b/package/dmalloc/Config.in
index 315f6cab66..03d9f975f3 100644
--- a/package/dmalloc/Config.in
+++ b/package/dmalloc/Config.in
@@ -1,5 +1,9 @@
config BR2_PACKAGE_DMALLOC
bool "dmalloc"
+ # On some packages, Microblaze gcc has issues when debugging
+ # symbols are enabled: "Error: operation combines symbols in
+ # different segments".
+ depends on !(BR2_microblaze && BR2_ENABLE_DEBUG)
help
A debug memory allocation library which is a drop in replacement for
the system's malloc, realloc, calloc, free and other memory management
OpenPOWER on IntegriCloud