summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index e83611ac..f4380514 100644
--- a/Makeconf
+++ b/Makeconf
@@ -196,8 +196,8 @@ 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,$^) \
- -defsym ___brk_addr=0 \
$(foreach lib,$(filter-out %.o,$+),${_libsubst}) \
'-Wl,-)'