From 82b8c0396642c7d8d05059f1b3b8eaf7d5c8f501 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 17 Jan 2024 15:01:11 +0100 Subject: [PATCH] Build system without compressed instructions --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index fb72dce..a50cf76 100644 --- a/flake.nix +++ b/flake.nix @@ -47,6 +47,8 @@ modules = modules ++ [ { nixpkgs.crossSystem = { + gcc.arch = "rv64gv"; + gcc.tune = "rv64gv"; system = "riscv64-linux"; }; }