index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.config
Age
Commit message (
Expand
)
Author
2003-06-11
Modified Makefile.common to handle compilation of projects inside and outside
John Criswell
2003-05-30
Added configurable options for the Linker and Archiver.
John Criswell
2003-05-29
Minor reordering of options
Chris Lattner
2003-05-29
Moved the FLEX and BISON macros from Makefile.common since they are
John Criswell
2003-01-17
Add new support for a bytecode repository
Chris Lattner
2002-09-22
'whoami' doesn't exist on solaris
Chris Lattner
2002-09-20
Let CC invoke gcc and not cc. The latter doesn't work with either our
Vikram S. Adve
2002-09-19
Native CC compiler has the same problem as CXX compiler.
Chris Lattner
2002-09-19
Reorder 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 configurable
Chris Lattner
2002-09-19
Switch over to using the x86 version of the C frontend, by default.
Chris Lattner
2002-09-18
Change Makefile.config to support building on the group's linux machines
Chris Lattner
2002-09-17
Use locally built burg
Chris Lattner
2002-08-30
Add LLVMGCCDIR variable to eliminate hardcoded paths from test/Makefile.tests.
Vikram S. Adve
2002-08-29
Local configuration options for a particular installation of LLVM.
Vikram S. Adve