embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
518 stars 67 forks source link

Add header files for RISC-V #122

Open phillipjohnston opened 4 years ago

phillipjohnston commented 4 years ago

We need definitions to support RISC-V chips

phillipjohnston commented 4 years ago

We can test this out compilation-wise with clang

llc --version
...
    riscv32    - 32-bit RISC-V
    riscv64    - 64-bit RISC-V
...