From 9121e41f4629b82bf628456b10ab211f5c1e33aa Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 13 Mar 2002 23:43:02 +0000 Subject: Build our own crti.o and crtn.o with a cross arch method that I can live with much better the what glibc does. -Erik --- libc/sysdeps/linux/i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/i386/Makefile') diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index cda41533a..c15751ee1 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -54,7 +54,7 @@ $(LIBC): ar-target ar-target: $(OBJS) $(CRT0_OBJ) $(AR) $(ARFLAGS) $(LIBC) $(OBJS) - cp $(CRT0_OBJ) $(TOPDIR)libc/$(CRT0_OBJ) + cp $(CRT0_OBJ) $(TOPDIR)lib/$(CRT0_OBJ) ifeq ($(USE_CRT0_C),true) $(CRT0_OBJ): %.o : %.c -- cgit v1.2.3