aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config
AgeCommit message (Expand)Author
2003-06-11Modified Makefile.common to handle compilation of projects inside and outsideJohn Criswell
2003-05-30Added configurable options for the Linker and Archiver.John Criswell
2003-05-29Minor reordering of optionsChris Lattner
2003-05-29Moved the FLEX and BISON macros from Makefile.common since they areJohn Criswell
2003-01-17Add new support for a bytecode repositoryChris Lattner
2002-09-22'whoami' doesn't exist on solarisChris Lattner
2002-09-20Let CC invoke gcc and not cc. The latter doesn't work with either ourVikram S. Adve
2002-09-19Native CC compiler has the same problem as CXX compiler.Chris Lattner
2002-09-19Reorder options to be sorted basically by how important they are.Chris Lattner
2002-09-19* Move the burg option into Makefile.common, since it is no longer configurableChris Lattner
2002-09-19Switch over to using the x86 version of the C frontend, by default.Chris Lattner
2002-09-18Change Makefile.config to support building on the group's linux machinesChris Lattner
2002-09-17Use locally built burgChris Lattner
2002-08-30Add LLVMGCCDIR variable to eliminate hardcoded paths from test/Makefile.tests.Vikram S. Adve
2002-08-29Local configuration options for a particular installation of LLVM.Vikram S. Adve