From 0646f9207bec154d3c50b68afbdba07baa7fc993 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 22 Jan 2019 17:32:15 +0100 Subject: static link libgcc and libstdc++ --- src/common_targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" }, } -- cgit v1.2.3