summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-21 16:29:47 +0000
committerMiles Bader <miles@gnu.org>1996-06-21 16:29:47 +0000
commitc117c7d5fb4fb66ee90dea54f78d1ee670c62ee6 (patch)
tree0d8fd138b572b2eb2028a2982af6f6ac28154832 /Makeconf
parent5397bf367176c69b31fdf78bc666680ba9f0b913 (diff)
($(target)):
Get rid of -defsym hack for ___brk_addr (there's a hack in libc now).
Diffstat (limited to 'Makeconf')
-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,-)'