Fix FreeBSD endian checks
authorJustin Hibbits <chmeeedalf@gmail.com>
Tue, 30 Jan 2018 04:23:36 +0000 (22:23 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 6 Feb 2018 01:58:11 +0000 (20:58 -0500)
commitf29aa23b54e26d212cc61c07bcbb66ed5d6f9704
treea1875839d1407be990f50809870ee19237c896a4
parenta4fa8114632a008735142b12a29de1771a115209
Fix FreeBSD endian checks

FreeBSD, like OpenBSD, uses BIG_ENDIAN, LITTLE_ENDIAN, and BYTE_ORDER,
whereas Linux and compatibles use __-prefixed names.  Define the names
the same as the OpenBSD block below it.
include/compiler.h