commit | e9118a4914e47e915952842828401779f09cecb8 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@ezchip.com> | Tue Jan 13 10:04:43 2015 -0500 |
committer | Chris Metcalf <cmetcalf@ezchip.com> | Tue Jan 13 10:13:30 2015 -0500 |
tree | 4a3899bbd446230d49682fb756c12368d28b14f0 | |
parent | eaa27f34e91a14cdceed26ed6c6793ec1d186115 [diff] |
tile: default to little endian on older toolchains Older toolchains may not specify __LITTLE_ENDIAN__, but older toolchains were all little endian. Don't make things unnecessarily hard for those toolchains. Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>