summaryrefslogtreecommitdiff
path: root/csu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-04 14:40:35 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-04 14:40:35 +0000
commit71cf0361ecbeedcb7630f09942011f38cc9ea322 (patch)
tree5b4df1b34a3a40b41c7194b4dd90b35750b83caa /csu
parentba9234d947af45f15b1e4dece1a9cd447cecc038 (diff)
Update.
1998-07-04 17:11 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu> * 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.
Diffstat (limited to 'csu')
-rw-r--r--csu/Makefile3
1 files changed, 3 insertions, 0 deletions
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