From 1fe58993bc8d1ccb8e6acaa5ad6618bafe5e30b6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 12 Feb 1996 10:23:47 +0000 Subject: * sysdeps/unix/sysv/syscalls.list: Add setrlimit and settimeofday, so real syscalls override unix/sysv/*.c on sysv-derived systems that have them. * sysdeps/unix/common/syscalls.list: Add settimeofday here, to override unix/sysv/settimeofday.c since that overrides unix/syscalls.list. * Makeconfig (+link): Put $(link-libc) after deps from $^, regardless of where libc.a appears in the deps. --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 22e0007c17..b991f9d492 100644 --- a/Makeconfig +++ b/Makeconfig @@ -281,7 +281,7 @@ ifndef +link +link = $(CC) -nostdlib -nostartfiles -o $@ \ $(sysdep-LDFLAGS) $(config-LDFLAGS) $(LDFLAGS) \ $(addprefix $(csu-objpfx),start.o $(+preinit)) \ - $(^:$(common-objpfx)libc%=$(link-libc)) \ + $(filter-out $(common-objpfx)libc%,$^) $(link-libc) \ $(addprefix $(csu-objpfx),$(+postinit)) endif ifndef config-LDFLAGS -- cgit v1.2.3