summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-17 22:32:28 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-17 22:32:28 +0000
commitf79287f3fbe48e90ace840783c80d1e8ba79d295 (patch)
tree16b74a42811ba19cc49ced2c29811a597a758273 /Makeconf
parentc2c61e23ed7c7663be6b7750b402c343fb156fbe (diff)
($(target)): And do it correctly, too.
Diffstat (limited to 'Makeconf')
-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,-)'