summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/crtend/Makefile
Commit message (Expand)AuthorAge
* Make the new and old front-ends more similar: now neither uses __main.Chris Lattner2006-03-09
* fix make install/uninstall of libcrtend.Chris Lattner2006-01-30
* Remove out of date commentChris Lattner2006-01-27
* Remove the only use of FAKE_SOURCESChris Lattner2006-01-27
* This was never updated for the project makefile changesChris Lattner2005-10-18
* Fix grammarMisha Brukman2005-03-23
* For PR432:Reid Spencer2004-12-22
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-13
* Remove useless -L switch now that gccld -link-as-library bug is fixed.Reid Spencer2004-12-08
* Make use of the LLVMGCCStdCXXLibDir variable to link objectsReid Spencer2004-12-05
* Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer2004-12-04
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-02
* For PR466:Reid Spencer2004-12-02
* Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer2004-11-14
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-30
* * Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer2004-10-26
* Add the export symbols list files as extra distribution files.Reid Spencer2004-10-26
* Adjust to changes in Makefile.rulesReid Spencer2004-10-22
* C++ support does not live in the C runtime any longerChris Lattner2004-08-05
* Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke2004-03-11
* Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).Brian Gaeke2004-01-21
* add missing dependencyChris Lattner2003-11-30
* Build _lib_crtend.a, not crtend.aChris Lattner2003-11-29
* Don't print out tons of crapChris Lattner2003-11-29
* Rewrite makefile logic to build an archive instead of a .o file. This isChris Lattner2003-11-29
* Add readme and spiff up makefile headerChris Lattner2003-11-29
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Fix building outside the srcdir, againChris Lattner2003-09-15
* Fix building into a different obj directoryChris Lattner2003-09-15
* Move the exception handling runtime stuff into this directoryChris Lattner2003-09-15
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-15
* Specify a list of symbols that should be exported by the libraryChris Lattner2003-05-22
* Initial checkin of crtend.o implementationChris Lattner2003-05-14