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/sysdeps/linux/sh | |
parent | 94e5ab630be58fa6d008fbfa735492bd6ce2a568 (diff) | |
download | uClibc-alpine-9121e41f4629b82bf628456b10ab211f5c1e33aa.tar.bz2 uClibc-alpine-9121e41f4629b82bf628456b10ab211f5c1e33aa.tar.xz |
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/sysdeps/linux/sh')
-rw-r--r-- | libc/sysdeps/linux/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/Makefile b/libc/sysdeps/linux/sh/Makefile index 87fbbbfcd..6ff7f87e3 100644 --- a/libc/sysdeps/linux/sh/Makefile +++ b/libc/sysdeps/linux/sh/Makefile @@ -47,7 +47,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) $(CRT0_OBJ): %.o : %.S $(CC) $(SFLAGS) -c $< -o $@ |