mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Change one more ARM_BIG_ENDIAN to TARGET_BIG_ENDIAN.
This commit is contained in:
parent
a4fff644c3
commit
507a594e15
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.if ${MACHINE_ARCH} == "amd64" || \
|
||||
${MACHINE_ARCH} == "i386" || \
|
||||
${MACHINE_ARCH} == "ia64" || \
|
||||
(${MACHINE_ARCH} == "arm" && !defined(ARM_BIG_ENDIAN))
|
||||
(${MACHINE_ARCH} == "arm" && !defined(TARGET_BIG_ENDIAN))
|
||||
TARGET_ENDIANNESS= 1234
|
||||
.elif ${MACHINE_ARCH} == "powerpc" || \
|
||||
${MACHINE_ARCH} == "sparc64" || \
|
||||
|
|
|
|||
Loading…
Reference in a new issue