Commit Graph

6 Commits

Author SHA1 Message Date
Tibor Nagy
b585522be9 sdl: Fix alpha handling 2018-05-01 17:45:38 +02:00
Tibor Nagy
88f9d40aab Fix linking problems
The Rust code and some built-in compiler functions (__divdc3/__divsc3/__divxc3)
complained about missing floating-point stuff:
- fmax, fmaxf, fmaxl, logb, logbf, logbl, scalbnl, trunc, floor, ceil.

Passing `--gc-sections` to the linker seems to fix this.
2018-04-29 23:50:07 +02:00
Tibor Nagy
966f9da237 Fix prboom port 2018-04-23 01:18:07 +02:00
Jeremy Soller
bef342ff07 Disable CPU optimizations that may break machines 2017-11-21 20:18:20 -07:00
Jeremy Soller
b913b258f7 Fix prboom recipe 2017-11-06 15:23:52 -07:00
Thomas Levy
cd716a4ec2 Add recipe for PrBoom. It almost runs doom! 2017-10-15 10:44:06 -07:00