stdenv: patch autoconf script for riscv in stage 2
This commit is contained in:
parent
fc3ea54fb3
commit
8cf96b9426
1 changed files with 4 additions and 0 deletions
|
@ -279,6 +279,10 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
# `libtool` comes with obsolete config.sub/config.guess that don't recognize Risc-V.
|
||||
extraNativeBuildInputs =
|
||||
lib.optional (localSystem.isRiscV) prevStage.updateAutotoolsGnuConfigScriptsHook;
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue