Skip to content

Commit

Permalink
make-bootstrap-tools-cross: Add musl32
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Feb 11, 2018
1 parent 1a9b077 commit 225b029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ in with (import ../../../lib).systems.examples; {
armv7l = make armv7l-hf-multiplatform;
aarch64 = make aarch64-multiplatform;
x86_64-musl = make musl64;
armv6l-musl = make muslpi;
i686-musl = make musl32;
armv6l-musl = make muslpi;
aarch64-musl = make aarch64-multiplatform-musl;
}

0 comments on commit 225b029

Please sign in to comment.