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/nuttx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devShells/nuttx.nix') diff --git a/devShells/nuttx.nix b/devShells/nuttx.nix index 33f5761..506ea12 100644 --- a/devShells/nuttx.nix +++ b/devShells/nuttx.nix @@ -14,7 +14,7 @@ with pkgs.lib; let if (hasPrefix "armv" arch) then "arm-none-eabi" + (optionalString (fpu != null) "hf") else "riscv32-none-elf"; - libc = "newlib-nano"; + libc = "newlib"; gcc = { inherit arch; -- cgit v1.2.3