summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-06-27 06:21:51 +0000
committerRoland McGrath <roland@gnu.org>2003-06-27 06:21:51 +0000
commit768a8fcdedbd58048fb85e41535b5fc9e4866a7a (patch)
tree02ff8e8dca4414de253f0714a80e7c3496590262 /sysdeps/mach/hurd/Makefile
parent72541de928619746d4a4b909302807f449fa9309 (diff)
* sysdeps/mach/configure.in: Barf rather than define NO_CREATION_TIME.
* sysdeps/mach/configure: Regenerated. * sysdeps/mach/hurd/times.c (times_init): Function removed. (__times): Assume `creation_time' field is available. * sysdeps/mach/hurd/Makefile [$(subdir) = csu] (sysdep_routines): Don't append set-init. * sysdeps/mach/hurd/set-init.c: File removed.
Diffstat (limited to 'sysdeps/mach/hurd/Makefile')
-rw-r--r--sysdeps/mach/hurd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index c86e220c2f..5f3da04b47 100644
--- a/sysdeps/mach/hurd/Makefile
+++ b/sysdeps/mach/hurd/Makefile
@@ -190,7 +190,6 @@ endif
ifeq ($(subdir),csu)
-sysdep_routines += set-init
extra-objs += static-start.o
# We need special startup code for statically linked binaries.