Skip to content
Commit 3707e570 authored by Rodrigo Arias Mallo's avatar Rodrigo Arias Mallo
Browse files

Disable EFI in the kernel and use normal stdenv

In order to build the kernel without compressed instructions we need to
disable EFI support. We also need to leave the kernel to figure the
proper -march and -mabi flags, as otherwise it fails to build. Using the
option "CONFIG_RISCV_ISA_C n" disables the use of compressed
instructions.
parent a333210f
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