Merge pull request #134763 from r-burns/fix-scaleway

lib/systems: fix scaleway-c1 platform
This commit is contained in:
Luke Granger-Brown 2021-08-21 03:40:30 +01:00 committed by GitHub
commit 5ab1ce6734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,7 +233,7 @@ rec {
};
};
scaleway-c1 = lib.recursiveUpdate armv7l-hf-multiplatform {
scaleway-c1 = armv7l-hf-multiplatform // {
gcc = {
cpu = "cortex-a9";
fpu = "vfpv3";