aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-01-22 17:32:15 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-01-22 17:32:15 +0100
commit0646f9207bec154d3c50b68afbdba07baa7fc993 (patch)
tree4e1f57994ff0c9c79dc4f2fd35d6ffa29ce47d43 /src
parent3d676dfc064189f906c8afe70f90dde9494baada (diff)
downloadallocbench-0646f9207bec154d3c50b68afbdba07baa7fc993.tar.gz
allocbench-0646f9207bec154d3c50b68afbdba07baa7fc993.zip
static link libgcc and libstdc++
Diffstat (limited to 'src')
-rw-r--r--src/common_targets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common_targets.py b/src/common_targets.py
index 277c3bf..7a109a6 100644
--- a/src/common_targets.py
+++ b/src/common_targets.py
@@ -42,7 +42,7 @@ common_targets = {
+ glibc_path_notc + ":"
+ library_path,
"binary_suffix" : "-glibc-notc",
- "LD_PRELOAD" : "/usr/lib/libstdc++.so /usr/lib/libgcc_s.so.1",
+ "LD_PRELOAD" : "",
"color" : "C5"
},
}