about summary refs log tree commit diff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r--lib/systems/examples.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 3e90c5ec2273..1a5b80449bf2 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -131,11 +131,6 @@ rec {
     config = "powerpcle-none-eabi";
     libc = "newlib";
   };
-  
-  alpha-embedded = {
-    config = "alpha-elf";
-    libc = "newlib";
-  };
 
   i686-embedded = {
     config = "i686-elf";