summaryrefslogtreecommitdiffstats
path: root/configs/linux-llvm
Commit message (Collapse)AuthorAgeFilesLines
* llvm: we need custom rules so had to redo the build a little bitZack Rusin2008-01-041-4/+4
| | | | also don't use sse when llvm is enabled
* Redo the fragment program examples to match vp'sZack Rusin2007-12-111-2/+2
| | | | | we just load text files instead of compiling tons of small binaries
* LLVM requires linking with the C++ compiler.Michel Dänzer2007-10-251-0/+1
| | | | It's basically luck if it works with the C compiler on some platforms...
* Cleanup some code.Zack Rusin2007-10-241-8/+8
|
* Introduce linux-llvm target. Remove the llvm code from the default build for ↵Zack Rusin2007-10-241-0/+31
now. Cleanup some of the debugging output.