diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-01-22 17:32:15 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-01-22 17:32:15 +0100 |
| commit | 0646f9207bec154d3c50b68afbdba07baa7fc993 (patch) | |
| tree | 4e1f57994ff0c9c79dc4f2fd35d6ffa29ce47d43 /src/common_targets.py | |
| parent | 3d676dfc064189f906c8afe70f90dde9494baada (diff) | |
| download | allocbench-0646f9207bec154d3c50b68afbdba07baa7fc993.tar.gz allocbench-0646f9207bec154d3c50b68afbdba07baa7fc993.zip | |
static link libgcc and libstdc++
Diffstat (limited to 'src/common_targets.py')
| -rw-r--r-- | src/common_targets.py | 2 |
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" }, } |
