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/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/Makefile') diff --git a/libc/Makefile b/libc/Makefile index a393b6d9f..a4cb61396 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -38,7 +38,7 @@ $(LIBNAME): subdirs $(CROSS)ranlib $(LIBNAME) install -d $(TOPDIR)lib rm -f $(TOPDIR)lib/$(LIBNAME) - install -m 644 crt0.o $(LIBNAME) $(TOPDIR)lib + install -m 644 $(LIBNAME) $(TOPDIR)lib shared: $(TOPDIR)lib/$(LIBNAME) @rm -rf tmp @@ -58,7 +58,7 @@ shared: $(TOPDIR)lib/$(LIBNAME) halfclean: - @rm -f $(LIBNAME) crt0.o uClibc_config.h + @rm -f $(LIBNAME) uClibc_config.h @rm -f $(SHARED_FULLNAME) $(SHARED_MAJORNAME) uClibc-0.* libc.so* tags: -- cgit v1.2.3