summaryrefslogtreecommitdiffstats
path: root/scons/udis86.py
Commit message (Collapse)AuthorAgeFilesLines
* gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-131-44/+0
| | | | | Included in LLVM 2.7+. Unlink udis86, should support all instructions that LLVM can emit.
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me.
* llvmpipe: Allow to build without udis86.José Fonseca2009-08-291-0/+42