aboutsummaryrefslogtreecommitdiff
path: root/runtime/Makefile
AgeCommit message (Expand)Author
2010-04-15Revert r100896 and around - this breaks the only mingw32 buildbot we have.Anton Korobeynikov
2010-04-09suck the propagating "has dynamic libs" check into a single makefile Chris Lattner
2010-04-09add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner
2010-03-06disable this for mingw as well, we really need a 'has no dynamic linking' pre...Chris Lattner
2010-03-05disable libprofile on cygwin, patch by Aaron Gray.Chris Lattner
2009-08-28Another NO_RUNTIME_LIBRARIES tweak...Daniel Dunbar
2009-08-28Tweak NO_RUNTIME_LIBS.Daniel Dunbar
2009-08-27Don't build runtime libraries in an Apple style build.Daniel Dunbar
2009-08-20Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;Daniel Dunbar
2009-03-02Drop toy GC runtime.Gordon Henriksen
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-09-11Reenable libgc and libprofile is explicitly requested.Chris Lattner
2007-08-21Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces num...Anton Korobeynikov
2007-01-07the old trace values pass has been removed, remove its runtime library.Chris Lattner
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2006-04-07Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of valueReid Spencer
2006-04-07add a newline at the end of the fileChris Lattner
2006-04-06Avoid building the runtime libraries if llvm-gcc version 4 is detected.Reid Spencer
2006-04-02For PR722:Reid Spencer
2005-01-13Re-enable libprofile now that llvm-ar is working better.Reid Spencer
2004-12-15Disable libprofile as llvm-ar bus errors on it, and I don't want to breakChris Lattner
2004-10-23Remove the clean target.Reid Spencer
2004-09-08Disable libprofile as it breaks the build on Sparc (autoconf issues).Misha Brukman
2004-09-03Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer
2004-08-09* Remove UIUC-specific commentMisha Brukman
2004-05-23Build the garbage collectorsChris Lattner
2004-04-16Remove libraries that have no reason to be here, and keep breaking the nightl...Chris Lattner
2004-04-13Reenable library now that the loopsimplify bug is fixedChris Lattner
2004-04-13Temporary hack to get the nightly tester runningChris Lattner
2004-02-27Build zlib and libpngChris Lattner
2004-02-04Clean out DESTLIBBYTECODE when making clean in runtime.Brian Gaeke
2004-01-16Clarify comment.Brian Gaeke
2003-12-08Simplify makefiles by just explicitly listing directoriesChris Lattner
2003-12-08Fixed the dynamic generation of the list of subdirectories to compile.John Criswell
2003-11-16As per PR96, don't build subdirs if LLVMGCCDIR is not set to somethingBrian Gaeke
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-08-15Adjust level, build things in parallelChris Lattner
2003-08-15Convert libraries into the BYTECODE_LIBRARY styleChris Lattner
2002-03-22Remove compilation of __main because we now link -lgcc into programsChris Lattner
2002-03-18Need rule for runtime.o. This is just temporary to provideVikram S. Adve
2002-03-08Checkin library infrastructure for building stuff to be linked withChris Lattner
2002-02-26Add a clean target stubChris Lattner
2002-01-23Initial checkin of Makefile, just a dummy file for now.Chris Lattner