bootstrap-tools-cross, release-cross: add various musl entries

This commit is contained in:
Will Dietz
2018-02-13 09:44:56 -06:00
parent 3c750912e1
commit 9bc8127dc3
2 changed files with 20 additions and 8 deletions
@@ -7,11 +7,14 @@ let
};
in with (import ../../../lib).systems.examples; {
armv5tel = make sheevaplug;
scaleway = make scaleway-c1;
pogoplug4 = make pogoplug4;
armv6l = make raspberryPi;
armv7l = make armv7l-hf-multiplatform;
aarch64 = make aarch64-multiplatform;
musl = make musl64;
armv5tel = make sheevaplug;
scaleway = make scaleway-c1;
pogoplug4 = make pogoplug4;
armv6l = make raspberryPi;
armv7l = make armv7l-hf-multiplatform;
aarch64 = make aarch64-multiplatform;
x86_64-musl = make musl64;
i686-musl = make musl32;
armv6l-musl = make muslpi;
aarch64-musl = make aarch64-multiplatform-musl;
}