Checkin library infrastructure for building stuff to be linked with
authorChris Lattner <sabre@nondot.org>
Fri, 8 Mar 2002 23:20:52 +0000 (23:20 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Mar 2002 23:20:52 +0000 (23:20 +0000)
commitc1e20acc68aab02bef240fd5f13cef9762900d7a
tree075e7ac4cb35abb5067807f8a725c0c8b3be1679
parent665ee88504ae8e4440fd1609f3d88c3481cebe12
Checkin library infrastructure for building stuff to be linked with
gccld

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1842 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
runtime/GCCLibraries/libc/Makefile [new file with mode: 0644]
runtime/GCCLibraries/libc/README.txt [new file with mode: 0644]
runtime/GCCLibraries/libc/atox.c [new file with mode: 0644]
runtime/GCCLibraries/libc/io.c [new file with mode: 0644]
runtime/GCCLibraries/libc/memory.c [new file with mode: 0644]
runtime/GCCLibraries/libc/string.c [new file with mode: 0644]
runtime/GCCLibraries/libgcc/Makefile [new file with mode: 0644]
runtime/GCCLibraries/libgcc/__main.c [new file with mode: 0644]
runtime/GCCLibraries/libm/Makefile [new file with mode: 0644]
runtime/GCCLibraries/libm/temp.c [new file with mode: 0644]
runtime/GCCLibraries/libmalloc/Makefile [new file with mode: 0644]
runtime/GCCLibraries/libmalloc/dummy.c [new file with mode: 0644]
runtime/GCCLibraries/libucb/Makefile [new file with mode: 0644]
runtime/GCCLibraries/libucb/dummy.c [new file with mode: 0644]
runtime/Makefile
runtime/Makefile.libs [new file with mode: 0644]