summary refs log tree commit diff
path: root/pkgs/development/misc/newlib/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/misc/newlib/default.nix')
-rw-r--r--pkgs/development/misc/newlib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/misc/newlib/default.nix b/pkgs/development/misc/newlib/default.nix
index 8aed144ff65..56c644af140 100644
--- a/pkgs/development/misc/newlib/default.nix
+++ b/pkgs/development/misc/newlib/default.nix
@@ -41,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
   # logic was not fixed.  So we must disable it.
   ''
     substituteInPlace configure --replace 'noconfigdirs target-newlib target-libgloss' 'noconfigdirs'
+    substituteInPlace configure --replace 'cross_only="target-libgloss target-newlib' 'cross_only="'
   '';