build: Add detection of little-endian ARM on Linux.

People compiling on ARM on Linux would have experienced problems
if they did not specify --profile. Problem reported by
Christopher Meng <cickumqt@gmail>.
ck_pring
Samy Al Bahra 12 years ago
parent 6fc39cfa49
commit 094fc0d326

2
configure vendored

@ -392,7 +392,7 @@ case $PLATFORM in
PLATFORM=ppc64
ENVIRONMENT=64
;;
"arm")
"arm"|"armv6*l"|"armv7*l")
RTM_ENABLE="CK_MD_RTM_DISABLE"
MM="${MM:-"CK_MD_RMO"}"
PLATFORM=arm

Loading…
Cancel
Save