summaryrefslogtreecommitdiff
path: root/src/host/buildvm_asm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter.Mike Pall2012-06-131-2/+7
| | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2-
* CONSOLE: Minor PS3 build fixes.Mike Pall2012-06-101-0/+2
|
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-5/+22
|
* Reorganize build process.Mike Pall2012-06-091-0/+283
Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture.