summaryrefslogtreecommitdiff
path: root/runtime/Makefile
Commit message (Expand)AuthorAge
* Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of valueReid Spencer2006-04-07
* add a newline at the end of the fileChris Lattner2006-04-07
* Avoid building the runtime libraries if llvm-gcc version 4 is detected.Reid Spencer2006-04-06
* For PR722:Reid Spencer2006-04-02
* Re-enable libprofile now that llvm-ar is working better.Reid Spencer2005-01-13
* Disable libprofile as llvm-ar bus errors on it, and I don't want to breakChris Lattner2004-12-15
* Remove the clean target.Reid Spencer2004-10-23
* Disable libprofile as it breaks the build on Sparc (autoconf issues).Misha Brukman2004-09-08
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-03
* * Remove UIUC-specific commentMisha Brukman2004-08-09
* Build the garbage collectorsChris Lattner2004-05-23
* Remove libraries that have no reason to be here, and keep breaking the nightl...Chris Lattner2004-04-16
* Reenable library now that the loopsimplify bug is fixedChris Lattner2004-04-13
* Temporary hack to get the nightly tester runningChris Lattner2004-04-13
* Build zlib and libpngChris Lattner2004-02-27
* Clean out DESTLIBBYTECODE when making clean in runtime.Brian Gaeke2004-02-04
* Clarify comment.Brian Gaeke2004-01-16
* Simplify makefiles by just explicitly listing directoriesChris Lattner2003-12-08
* Fixed the dynamic generation of the list of subdirectories to compile.John Criswell2003-12-08
* As per PR96, don't build subdirs if LLVMGCCDIR is not set to somethingBrian Gaeke2003-11-16
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Adjust level, build things in parallelChris Lattner2003-08-15
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-15
* Remove compilation of __main because we now link -lgcc into programsChris Lattner2002-03-22
* Need rule for runtime.o. This is just temporary to provideVikram S. Adve2002-03-18
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-08
* Add a clean target stubChris Lattner2002-02-26
* Initial checkin of Makefile, just a dummy file for now.Chris Lattner2002-01-23