Commit a8c47df8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: recognize armel architecture

parent 20c58c5f
......@@ -80,6 +80,9 @@ case $HOST in
*86*)
ARCH="i386"
;;
arm*eabi)
ARCH="armel"
;;
esac
echo "ARCH = $ARCH" >> config.mak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment