ARMv7l fails in strange way with ARMv5 bootstrap but works with ARMv6 bootstrap

This commit is contained in:
Michael Raskin 2013-01-05 23:28:22 +04:00
parent 21e57a0d08
commit ed2f075930

View file

@ -17,7 +17,7 @@ rec {
else if system == "powerpc-linux" then import ./bootstrap/powerpc
else if system == "armv5tel-linux" then import ./bootstrap/armv5tel
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 abort "unsupported platform for the pure Linux stdenv";