summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-05-18 07:34:12 +0000
committerRoland McGrath <roland@gnu.org>1995-05-18 07:34:12 +0000
commit090e5897b0e53b80811b9486981471cf6ba603d6 (patch)
tree9d307d293d5a072796b06416bd2c02a66cb82ab6 /Makeconf
parent5b3455338f71d2194eec9eeba02a6cbab5ee3d1a (diff)
(LDFLAGS): Append -static.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index 06595cb4..fb606bf4 100644
--- a/Makeconf
+++ b/Makeconf
@@ -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)