fwsGonzo / libriscv

The fastest RISC-V sandbox
BSD 3-Clause "New" or "Revised" License
522 stars 46 forks source link

bintr: Embed libtcc properly and build libtcc1.a #155

Closed fwsGonzo closed 3 weeks ago

fwsGonzo commented 3 weeks ago

This PR attempts to fully embed libtcc in the build process, so that it doesn't have to be installed as a system package. It's WIP and won't work with the installed version of libriscv yet.

For now the goal is just to see if it passes the test suite.