diff options
author | Roland McGrath <roland@gnu.org> | 1995-05-18 07:34:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-05-18 07:34:12 +0000 |
commit | 090e5897b0e53b80811b9486981471cf6ba603d6 (patch) | |
tree | 9d307d293d5a072796b06416bd2c02a66cb82ab6 /Makeconf | |
parent | 5b3455338f71d2194eec9eeba02a6cbab5ee3d1a (diff) |
(LDFLAGS): Append -static.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -153,6 +153,8 @@ HURDLIBS-files := $(foreach var,$(HURDLIBS),$($(var))) # -L$(dir $(lib)) \ # $(patsubst lib%.a,-l%,$(notdir $(lib)))) +LDFLAGS += -static + # Building the target ifeq ($(doinst),one) $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc) |