build: For now, my test systems are only armv{6,7}l.

Constrict to these targets.
ck_pring
Samy Al Bahra 11 years ago
parent 5baa5d1d6d
commit 1fb859ad94

2
configure vendored

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

Loading…
Cancel
Save