Skip to content
Commit 00c264c5 authored by Andrew Jones's avatar Andrew Jones
Browse files

riscv: Compile with march



Tell the compiler to provide mnemonics for instructions we depend on,
such as 'pause'. Specifying march also allows extensions which affect
compilation to be individually [un]selected. For example, building
without compressed (2 byte) instructions may be desirable, so 'c' may
be removed from the march isa string.

Signed-off-by: default avatarAndrew Jones <andrew.jones@linux.dev>
Acked-by: default avatarThomas Huth <thuth@redhat.com>
parent b2d54669
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment