]> Zhao Yanbai Git Server - minix.git/commit
csu/build support for ELF
authorArun Thomas <arun@minix3.org>
Fri, 10 Dec 2010 22:20:12 +0000 (22:20 +0000)
committerArun Thomas <arun@minix3.org>
Fri, 10 Dec 2010 22:20:12 +0000 (22:20 +0000)
commitd824b54d823a2d10ddcb99801cbac243e7a80ee7
treecfb9d133eacd3d65dfdc0445a3d22a909102f02e
parenta53d925844d56d9b36b22ae6bf7809412fb70c34
csu/build support for ELF
15 files changed:
Makefile
boot/Makefile
lib/Makefile
lib/csu/Makefile
lib/csu/i386-aout/Makefile [new file with mode: 0644]
lib/csu/i386-aout/crtso.S [moved from lib/csu/i386/crtso.S with 100% similarity]
lib/csu/i386-elf/Makefile [new file with mode: 0644]
lib/csu/i386-elf/crt1_c.c [new file with mode: 0644]
lib/csu/i386-elf/crt1_s.S [new file with mode: 0644]
lib/csu/i386-elf/crti.S [new file with mode: 0644]
lib/csu/i386-elf/crtn.S [new file with mode: 0644]
lib/elf_build.sh [new file with mode: 0755]
lib/libc/arch/i386/rts/brksize.S
share/mk/bsd.own.mk
share/mk/sys.mk