From 71cf0361ecbeedcb7630f09942011f38cc9ea322 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 4 Jul 1998 14:40:35 +0000 Subject: Update. 1998-07-04 17:11 -0400 Zack Weinberg * csu/Makefile: Build crt files in lib pass. * db2/Makefile (distribute): Add mutex/sco.cc. * mach/Machrules: Don't generate .udeps files if no_deps is set. * sysdeps/unix/Makefile: Don't generate sysd-syscalls or s-proto.d if avoid-generated is set. * sysdeps/alpha/Dist: List only one file per line. * sysdeps/generic/Dist: Likewise. * sysdeps/m68k/fpu/switch/Dist: Likewise. * sysdeps/sparc/sparc32/Dist: Likewise. * sysdeps/unix/Dist: Likewise. * sysdeps/unix/sysv/irix4/Dist: Likewise. * sysdeps/mach/hurd/i386/Dist: New file. * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c, getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c. * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c. * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S. --- csu/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'csu') diff --git a/csu/Makefile b/csu/Makefile index 1e457d6380..2fd2f81496 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -114,6 +114,9 @@ endif include ../Rules +# Make these in the lib pass so they're available in time to link things with. +subdir_lib: $(extra-objs:%=$(objpfx)%) + define link-relocatable $(CC) -nostdlib -nostartfiles -r -o $@ $^ endef -- cgit v1.2.3