summary refs log blame commit diff
path: root/pkgs/stdenv/linux/bootstrap/armv6l.nix
blob: 85b868359052b4d3e44f686f9ced30577fca43cf (plain) (tree)
1
2
3
4
5
6
7
8
9
                                          
                          
 
 
                    
                                                 
                                                          
                                                                
                                                                    

    
# Use the static tools for armv5tel-linux.
(import ./armv5tel.nix) //

{
  bootstrapTools = {
    # Built from make-bootstrap-tools-crosspi.nix
    # nixpkgs rev eb0422e4c1263a65a9b2b954fe10a1e03d67db3e
    url = http://viric.name/tmp/nix/pi/bootstrap-tools.cpio.bz2;
    sha256 = "1zb27x5h54k51yrvn3sy4wb1qprx8iv2kfbgklxwc0mcxp9b7ccd";
  };
}