···77, system, platform, crossSystem, config
8899, bootstrapFiles ?
1010- if system == "i686-linux" then import ./bootstrap/i686.nix
1111- else if system == "x86_64-linux" then import ./bootstrap/x86_64.nix
1212- else if system == "armv5tel-linux" then import ./bootstrap/armv5tel.nix
1313- else if system == "armv6l-linux" then import ./bootstrap/armv6l.nix
1414- else if system == "armv7l-linux" then import ./bootstrap/armv7l.nix
1515- else if system == "mips64el-linux" then import ./bootstrap/loongson2f.nix
1010+ if system == "i686-linux" then import ./bootstrap-files/i686.nix
1111+ else if system == "x86_64-linux" then import ./bootstrap-files/x86_64.nix
1212+ else if system == "armv5tel-linux" then import ./bootstrap-files/armv5tel.nix
1313+ else if system == "armv6l-linux" then import ./bootstrap-files/armv6l.nix
1414+ else if system == "armv7l-linux" then import ./bootstrap-files/armv7l.nix
1515+ else if system == "mips64el-linux" then import ./bootstrap-files/loongson2f.nix
1616 else abort "unsupported platform for the pure Linux stdenv"
1717}:
1818