summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index f4380514..d0a29a15 100644
--- a/Makeconf
+++ b/Makeconf
@@ -196,7 +196,6 @@ rpath := -Wl,-rpath-link=.:$(subst $. ,:,$(dir $(wildcard ../lib*/lib*.so)))
$(target): %$(target-suffix):
$(CC) $(rpath) $(CFLAGS) $($@-CFLAGS) $(LDFLAGS) $($@-LDFLAGS) -o $@ \
- -Wl,-defsym -Wl,___brk_addr=0 \
'-Wl,-(' $(filter %.o,$^) \
$(foreach lib,$(filter-out %.o,$+),${_libsubst}) \
'-Wl,-)'