From 4c5a455ca5c09a15edca42e83e8b65773da4394a Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Wed, 8 Nov 2023 16:40:26 -0800 Subject: newlib: always pass --with-newlib --- pkgs/development/misc/newlib/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/misc/newlib/default.nix b/pkgs/development/misc/newlib/default.nix index d162753608b..49626ab8466 100644 --- a/pkgs/development/misc/newlib/default.nix +++ b/pkgs/development/misc/newlib/default.nix @@ -37,6 +37,7 @@ stdenv.mkDerivation (finalAttrs: { # flags copied from https://community.arm.com/support-forums/f/compilers-and-libraries-forum/53310/gcc-arm-none-eabi-what-were-the-newlib-compilation-options # sort alphabetically configureFlags = [ + "--with-newlib" "--host=${stdenv.buildPlatform.config}" ] ++ (if !nanoizeNewlib then [ "--disable-newlib-supplied-syscalls" -- cgit 1.4.1