summary refs log tree commit diff
path: root/lib/systems/platforms.nix
diff options
context:
space:
mode:
authorEric Litak <elitak@gmail.com>2016-04-17 05:06:10 -0700
committerEric Litak <elitak@gmail.com>2017-04-19 14:09:56 -0700
commit3b7395683c6c2deeee58432c6a3a383f24b511eb (patch)
tree7f129300d454657439dc5692b5dd30936fddc6af /lib/systems/platforms.nix
parent124c4b10c4d0df6ad061ee4951db49faae772241 (diff)
downloadnixpkgs-3b7395683c6c2deeee58432c6a3a383f24b511eb.tar
nixpkgs-3b7395683c6c2deeee58432c6a3a383f24b511eb.tar.gz
nixpkgs-3b7395683c6c2deeee58432c6a3a383f24b511eb.tar.bz2
nixpkgs-3b7395683c6c2deeee58432c6a3a383f24b511eb.tar.lz
nixpkgs-3b7395683c6c2deeee58432c6a3a383f24b511eb.tar.xz
nixpkgs-3b7395683c6c2deeee58432c6a3a383f24b511eb.tar.zst
nixpkgs-3b7395683c6c2deeee58432c6a3a383f24b511eb.zip
platforms: add scaleway-c1 (armv7 sans NEON)
Diffstat (limited to 'lib/systems/platforms.nix')
-rw-r--r--lib/systems/platforms.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix
index 4322c8e2ff6..24634f83a49 100644
--- a/lib/systems/platforms.nix
+++ b/lib/systems/platforms.nix
@@ -307,6 +307,14 @@ rec {
     uboot = null;
   };
 
+  scaleway-c1 = armv7l-hf-multiplatform // {
+    gcc = {
+      cpu = "cortex-a9";
+      fpu = "vfpv3";
+      float = "hard";
+    };
+  };
+
   guruplug = sheevaplug // {
     # Define `CONFIG_MACH_GURUPLUG' (see
     # <http://kerneltrap.org/mailarchive/git-commits-head/2010/5/19/33618>)