From c82e61161c23c61763d751c39ea6096f025e32ec Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 18 Aug 1998 18:49:20 +0000 Subject: 1998-08-18 Roland McGrath * Rules (binaries-static, binaries-shared static pattern rules): Depend on lib%, not just libc%, from $(link-libc{,-static}). * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set this here, overriding Makeconfig generic value so we link against the RPC libs. --- sysdeps/mach/hurd/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index c4282d1754..afd8473540 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -125,6 +125,22 @@ $(inst_libdir)/libc.so: $(rpcuserlibs) ifeq (elf,$(subdir)) $(objpfx)librtld.os: $(rpcuserlibs:.so=_pic.a) endif + +# We need these libs to link static programs in the libc source tree, too. +ifeq (yes,$(build-static)) +link-libc-static := -Wl,-\( \ + $(patsubst %,$(common-objpfx)%.a,\ + libc mach/libmachuser hurd/libhurduser) \ + $(gnulib) -Wl,-\) +else +ifeq (yes,$(build-shared)) +# We can try to link the programs with lib*_pic.a... +link-libc-static := $(link-libc) -Wl,-\( \ + $(patsubst %,$(common-objpfx)%_pic.a,\ + libc mach/libmachuser hurd/libhurduser) \ + $(gnulib) -Wl,-\) +endif +endif ifeq (hurd, $(subdir)) sysdep_routines += cthreads -- cgit 1.4.1