summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/libucb
Commit message (Collapse)AuthorAgeFilesLines
* Remove a bunch of useless empty librariesChris Lattner2005-01-022-16/+0
| | | | llvm-svn: 19260
* For PR432:Reid Spencer2004-12-221-1/+1
| | | | | | * Variable name change: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19096
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-131-0/+1
| | | | | | | | | 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
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-021-4/+4
| | | | llvm-svn: 18429
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-021-1/+2
| | | | | | | | * Don't have lines longer than 80 cols * Blank line after the header * Reduce spaces in var definitions. llvm-svn: 18427
* We won't use automakeReid Spencer2004-10-222-671/+0
| | | | llvm-svn: 17155
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+657
| | | | llvm-svn: 17136
* Initial Makefile.am for building with automakeReid Spencer2004-10-171-0/+14
| | | | llvm-svn: 17073
* Shorten comment header to 80 colsMisha Brukman2004-08-091-1/+1
| | | | llvm-svn: 15590
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9314
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-151-4/+4
| | | | llvm-svn: 7858
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-082-0/+6
gccld llvm-svn: 1842
OpenPOWER on IntegriCloud