diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 22:32:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 22:32:28 +0000 |
commit | f79287f3fbe48e90ace840783c80d1e8ba79d295 (patch) | |
tree | 16b74a42811ba19cc49ced2c29811a597a758273 /Makeconf | |
parent | c2c61e23ed7c7663be6b7750b402c343fb156fbe (diff) |
($(target)): And do it correctly, too.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,-)' |