From 090e5897b0e53b80811b9486981471cf6ba603d6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 18 May 1995 07:34:12 +0000 Subject: (LDFLAGS): Append -static. --- Makeconf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makeconf') 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) -- cgit v1.2.3