From 7c7e5963e311dd7207bfd68b6e335a68e7aae844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 19 Apr 2023 08:35:55 +0200 Subject: devShells: switch from newlib-nano to newlib --- devShells/apo.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'devShells/apo.nix') diff --git a/devShells/apo.nix b/devShells/apo.nix index a840670..b4ab8fd 100644 --- a/devShells/apo.nix +++ b/devShells/apo.nix @@ -7,10 +7,8 @@ localSystem = pkgs.buildPlatform.system; crossSystem = { config = "riscv32-none-elf"; - libc = "newlib-nano"; - gcc = { - arch = "rv32i"; - }; + libc = "newlib"; + gcc.arch = "rv32i"; }; }; in -- cgit v1.2.3