|  c6de5b56a3 destination for this library so that it goes to $(cferuntime_libdir) rather than just $(libdir). Normal bytecode libraries should be installed in the $(libdir), but these ones are "special" because they're part of the the C/C++ front end. llvm-svn: 18882 | ||
|---|---|---|
| .. | ||
| crtend | ||
| libc | ||
| libcurses | ||
| libgcc | ||
| libgdbm | ||
| libm | ||
| libmalloc | ||
| libpthread | ||
| libtermcap | ||
| libucb | ||
| libutempter | ||
| libutil | ||
| Makefile | ||
| README.txt | ||
		
			
				
				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.