ARMv7l fails in strange way with ARMv5 bootstrap but works with ARMv6 bootstrap
This commit is contained in:
@@ -17,7 +17,7 @@ rec {
|
|||||||
else if system == "powerpc-linux" then import ./bootstrap/powerpc
|
else if system == "powerpc-linux" then import ./bootstrap/powerpc
|
||||||
else if system == "armv5tel-linux" then import ./bootstrap/armv5tel
|
else if system == "armv5tel-linux" then import ./bootstrap/armv5tel
|
||||||
else if system == "armv6l-linux" then import ./bootstrap/armv6l
|
else if system == "armv6l-linux" then import ./bootstrap/armv6l
|
||||||
else if system == "armv7l-linux" then import ./bootstrap/armv5tel
|
else if system == "armv7l-linux" then import ./bootstrap/armv6l
|
||||||
else if system == "mips64el-linux" then import ./bootstrap/loongson2f
|
else if system == "mips64el-linux" then import ./bootstrap/loongson2f
|
||||||
else abort "unsupported platform for the pure Linux stdenv";
|
else abort "unsupported platform for the pure Linux stdenv";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user