llvm-6502/runtime/GCCLibraries
Reid Spencer fa4cf331ed Add missing targets for install/clean
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17090 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-17 15:01:59 +00:00
..
crtend Add missing targets for install/clean 2004-10-17 15:01:59 +00:00
libc Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
libcurses Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
libgcc Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
libgdbm Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
libm Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
libmalloc Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
libpthread Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
libtermcap Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
libucb Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
libutempter Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
libutil Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
Makefile Remove Chris-related bytecode-dir comment 2004-08-09 19:51:49 +00:00
Makefile.am Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
README.txt

This directory contains libraries which are used when building the GCC 
front-end.  For the most part, these are just stub libraries, but some 
of them contain actual code.

In particular, the crtend library contains the runtime code to handle
static constructors and destructors for C and C++ programs.