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

+1 -1
+1 -1
pkgs/development/libraries/gcc/libgcc/default.nix
··· 90 90 insn-constants.h \ 91 91 '' + lib.optionalString stdenv.targetPlatform.isM68k '' 92 92 sysroot-suffix.h \ 93 - '' + lib.optionalString stdenv.targetPlatform.isArmv7 '' 93 + '' + lib.optionalString stdenv.targetPlatform.isAarch32 '' 94 94 arm-isa.h \ 95 95 arm-cpu.h \ 96 96 '' + ''