From c117c7d5fb4fb66ee90dea54f78d1ee670c62ee6 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 21 Jun 1996 16:29:47 +0000 Subject: ($(target)): Get rid of -defsym hack for ___brk_addr (there's a hack in libc now). --- Makeconf | 1 - 1 file changed, 1 deletion(-) (limited to 'Makeconf') 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,-)' -- cgit v1.2.3