Commit 1b3a4d58 authored by Palmer Dabbelt's avatar Palmer Dabbelt
Browse files

Add a "riscv*-unknown-none" toolchain

This links against "libnosys" instead of "libgloss".  As a result, there
should be no "ecall" instructions in any program unless you explicitly
put them there yourself.  "libnosys" provides system call routines that
error out at runtime instead of calling system calls, so nominally this
toolchain is still a legal
parent 1a74ccbe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment