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:
Adam Joseph 2023-08-15 19:10:21 -07:00
parent f409c89968
commit dfb2f189af

View file

@ -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 \
'' + ''