lib: Remove examples platforms' bigEndian attr

They still have `parsed.cpu.significantByte` which has the same info.
This commit is contained in:
John Ericson
2018-01-26 17:36:09 -05:00
committed by John Ericson
parent 7d0d12e3e0
commit 16a50f5a07
2 changed files with 0 additions and 6 deletions

View File

@@ -5365,7 +5365,6 @@ with pkgs;
# Ben Nanonote system
crossSystem = {
config = crossPrefix;
bigEndian = true;
arch = "mips";
float = "soft";
libc = "uclibc";