From: Thomas Schwinge Date: Thu, 10 May 2012 21:52:03 +0000 (-0700) Subject: Hurd: Include RPC user stubs in linkobj/libc.so X-Git-Tag: upstream/2.20~4050 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=510bbf14b4f25fec8ee3a2d24de3f24bdbf84333;p=platform%2Fupstream%2Flinaro-glibc.git Hurd: Include RPC user stubs in linkobj/libc.so --- diff --git a/ChangeLog b/ChangeLog index 1ae3593..456c632 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-05-10 Thomas Schwinge + + * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so): + Depend on against $(link-rpcuserlibs). + 2012-05-10 Samuel Thibault * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO] diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 80749c2..107eaaf 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2004,2009,2011,2012 Free Software Foundation, Inc. +# Copyright (C) 1993-2012 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -133,6 +133,7 @@ rpcuserlibs := $(common-objpfx)mach/libmachuser.so \ $(common-objpfx)hurd/libhurduser.so link-rpcuserlibs := $(rpcuserlibs:%user.so=%user-link.so) $(common-objpfx)libc.so: $(link-rpcuserlibs) +$(common-objpfx)linkobj/libc.so: $(link-rpcuserlibs) rpath-dirs += mach hurd # Make sure the `lib' pass builds the dummy shared objects so