From 84d7add2e7d3367a110a92b8f76f19b75b3c2dec Mon Sep 17 00:00:00 2001
From: Florian Fischer <florian.fl.fischer@fau.de>
Date: Mon, 20 Aug 2018 16:58:03 +0200
Subject: [PATCH] fix chattymalloc target for new target layout

---
 common_targets.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/common_targets.py b/common_targets.py
index c17ab70..b793a6f 100644
--- a/common_targets.py
+++ b/common_targets.py
@@ -30,4 +30,8 @@ common_targets = {"klmalloc" : {
                                },
                   }
 
-analyse_targets = {"chattymalloc" : {"LD_PRELOAD" : "build/chattymalloc.so"}}
+analyse_targets = {"chattymalloc" : {"cmd_prefix"    : "",
+                                     "binary_suffix" : "",
+                                     "LD_PRELOAD"    : "build/chattymalloc.so"
+                                    }
+                  }
-- 
GitLab