OSDN Git Service

Build our own crti.o and crtn.o with a cross arch method that I
authorEric Andersen <andersen@codepoet.org>
Wed, 13 Mar 2002 23:43:02 +0000 (23:43 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 13 Mar 2002 23:43:02 +0000 (23:43 -0000)
commit9121e41f4629b82bf628456b10ab211f5c1e33aa
tree0a2d539b21952992d899925978a55aa110c4e3b6
parent94e5ab630be58fa6d008fbfa735492bd6ce2a568
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
14 files changed:
extra/scripts/initfini.pl [new file with mode: 0755]
libc/Makefile
libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/common/.cvsignore [new file with mode: 0644]
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/initfini.c [new file with mode: 0644]
libc/sysdeps/linux/h8300/Makefile
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/m68k/Makefile
libc/sysdeps/linux/mips/Makefile
libc/sysdeps/linux/powerpc/Makefile
libc/sysdeps/linux/sh/Makefile
libc/sysdeps/linux/sparc/Makefile
libc/sysdeps/linux/v850/Makefile