libgcc: build arm-{isa,cpu}.h for all 32-bit arm, not just armv7
As reported here: https://github.com/NixOS/nixpkgs/pull/247900#issuecomment-1679258061
This commit is contained in:
parent
f409c89968
commit
dfb2f189af
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
insn-constants.h \
|
||||
'' + lib.optionalString stdenv.targetPlatform.isM68k ''
|
||||
sysroot-suffix.h \
|
||||
'' + lib.optionalString stdenv.targetPlatform.isArmv7 ''
|
||||
'' + lib.optionalString stdenv.targetPlatform.isAarch32 ''
|
||||
arm-isa.h \
|
||||
arm-cpu.h \
|
||||
'' + ''
|
||||
|
|
Loading…
Reference in a new issue