mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Change one more ARM_BIG_ENDIAN to TARGET_BIG_ENDIAN.
This commit is contained in:
parent
a4fff644c3
commit
507a594e15
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164000
@ -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 New Issue
Block a user