Merge pull request #249439 from amjoseph-nixpkgs/pr/stdenv/libgcc-no-more-cycles-armv5-and-armv6
libgcc: build arm-{isa,cpu}.h for all 32-bit arm, not just armv7
This commit is contained in:
commit
53a053cb55
2 changed files with 3 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 \
|
||||
'' + ''
|
||||
|
|
|
@ -135,6 +135,8 @@ let
|
|||
pkgs.pkgsLLVM.stdenv
|
||||
pkgs.pkgsStatic.bash
|
||||
pkgs.pkgsCross.arm-embedded.stdenv
|
||||
pkgs.pkgsCross.sheevaplug.stdenv # for armv5tel
|
||||
pkgs.pkgsCross.raspberryPi.stdenv # for armv6l
|
||||
pkgs.pkgsCross.armv7l-hf-multiplatform.stdenv
|
||||
pkgs.pkgsCross.m68k.stdenv
|
||||
pkgs.pkgsCross.aarch64-multiplatform.pkgsBuildTarget.gcc
|
||||
|
|
Loading…
Reference in a new issue