Commit 4c5a455c authored by Adam Joseph's avatar Adam Joseph Committed by Adam Joseph
Browse files

newlib: always pass --with-newlib

parent ca96ce42
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"