diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-13 23:43:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-13 23:43:02 +0000 |
commit | 9121e41f4629b82bf628456b10ab211f5c1e33aa (patch) | |
tree | 0a2d539b21952992d899925978a55aa110c4e3b6 /libc/Makefile | |
parent | 94e5ab630be58fa6d008fbfa735492bd6ce2a568 (diff) |
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
Diffstat (limited to 'libc/Makefile')
-rw-r--r-- | libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |