Merge pull request #174917 from alyssais/scaleway-c1
lib.systems: drop scaleway-c1
This commit is contained in:
commit
d01774baa3
4 changed files with 0 additions and 11 deletions
|
@ -79,8 +79,6 @@ rec {
|
||||||
useLLVM = true;
|
useLLVM = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
scaleway-c1 = armv7l-hf-multiplatform // platforms.scaleway-c1;
|
|
||||||
|
|
||||||
pogoplug4 = {
|
pogoplug4 = {
|
||||||
config = "armv5tel-unknown-linux-gnueabi";
|
config = "armv5tel-unknown-linux-gnueabi";
|
||||||
} // platforms.pogoplug4;
|
} // platforms.pogoplug4;
|
||||||
|
|
|
@ -242,13 +242,6 @@ rec {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
scaleway-c1 = armv7l-hf-multiplatform // {
|
|
||||||
gcc = {
|
|
||||||
cpu = "cortex-a9";
|
|
||||||
fpu = "vfpv3";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
utilite = {
|
utilite = {
|
||||||
linux-kernel = {
|
linux-kernel = {
|
||||||
name = "utilite";
|
name = "utilite";
|
||||||
|
|
|
@ -8,7 +8,6 @@ let
|
||||||
lib = import ../../../lib;
|
lib = import ../../../lib;
|
||||||
in lib.mapAttrs (n: make) (with lib.systems.examples; {
|
in lib.mapAttrs (n: make) (with lib.systems.examples; {
|
||||||
armv5tel = sheevaplug;
|
armv5tel = sheevaplug;
|
||||||
scaleway = scaleway-c1;
|
|
||||||
pogoplug4 = pogoplug4;
|
pogoplug4 = pogoplug4;
|
||||||
armv6l = raspberryPi;
|
armv6l = raspberryPi;
|
||||||
armv7l = armv7l-hf-multiplatform;
|
armv7l = armv7l-hf-multiplatform;
|
||||||
|
|
|
@ -153,7 +153,6 @@ in
|
||||||
|
|
||||||
/* Linux on armv7l-hf */
|
/* Linux on armv7l-hf */
|
||||||
armv7l-hf = mapTestOnCross lib.systems.examples.armv7l-hf-multiplatform linuxCommon;
|
armv7l-hf = mapTestOnCross lib.systems.examples.armv7l-hf-multiplatform linuxCommon;
|
||||||
scaleway-c1 = mapTestOnCross lib.systems.examples.scaleway-c1 linuxCommon;
|
|
||||||
|
|
||||||
pogoplug4 = mapTestOnCross lib.systems.examples.pogoplug4 linuxCommon;
|
pogoplug4 = mapTestOnCross lib.systems.examples.pogoplug4 linuxCommon;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue