From c2c61e23ed7c7663be6b7750b402c343fb156fbe Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 17 Jun 1996 22:29:22 +0000 Subject: $(target): Add bletcherous hack to deal with undefined (and unused) libc symbol. --- Makeconf | 1 + 1 file changed, 1 insertion(+) diff --git a/Makeconf b/Makeconf index d0a29a15..e83611ac 100644 --- a/Makeconf +++ b/Makeconf @@ -197,6 +197,7 @@ rpath := -Wl,-rpath-link=.:$(subst $. ,:,$(dir $(wildcard ../lib*/lib*.so))) $(target): %$(target-suffix): $(CC) $(rpath) $(CFLAGS) $($@-CFLAGS) $(LDFLAGS) $($@-LDFLAGS) -o $@ \ '-Wl,-(' $(filter %.o,$^) \ + -defsym ___brk_addr=0 \ $(foreach lib,$(filter-out %.o,$+),${_libsubst}) \ '-Wl,-)' -- cgit v1.2.3