bootstrap-tools-cross, release-cross: add various musl entries
This commit is contained in:
parent
3c750912e1
commit
9bc8127dc3
@ -13,5 +13,8 @@ in with (import ../../../lib).systems.examples; {
|
|||||||
armv6l = make raspberryPi;
|
armv6l = make raspberryPi;
|
||||||
armv7l = make armv7l-hf-multiplatform;
|
armv7l = make armv7l-hf-multiplatform;
|
||||||
aarch64 = make aarch64-multiplatform;
|
aarch64 = make aarch64-multiplatform;
|
||||||
musl = make musl64;
|
x86_64-musl = make musl64;
|
||||||
|
i686-musl = make musl32;
|
||||||
|
armv6l-musl = make muslpi;
|
||||||
|
aarch64-musl = make aarch64-multiplatform-musl;
|
||||||
}
|
}
|
||||||
|
@ -125,7 +125,16 @@ in
|
|||||||
android = mapTestOnCross lib.systems.examples.aarch64-multiplatform (linuxCommon // {
|
android = mapTestOnCross lib.systems.examples.aarch64-multiplatform (linuxCommon // {
|
||||||
});
|
});
|
||||||
|
|
||||||
musl = mapTestOnCross lib.systems.examples.musl64 linuxCommon;
|
x86_64-musl = mapTestOnCross lib.systems.examples.musl64 linuxCommon;
|
||||||
|
rpi-musl = mapTestOnCross lib.systems.examples.muslpi (linuxCommon // {
|
||||||
|
vim = nativePlatforms;
|
||||||
|
unzip = nativePlatforms;
|
||||||
|
ddrescue = nativePlatforms;
|
||||||
|
lynx = nativePlatforms;
|
||||||
|
patchelf = nativePlatforms;
|
||||||
|
buildPackages.binutils = nativePlatforms;
|
||||||
|
mpg123 = nativePlatforms;
|
||||||
|
});
|
||||||
|
|
||||||
/* Cross-built bootstrap tools for every supported platform */
|
/* Cross-built bootstrap tools for every supported platform */
|
||||||
bootstrapTools = let
|
bootstrapTools = let
|
||||||
|
Loading…
Reference in New Issue
Block a user