openssl: add ARM config

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-06 08:50:30 +01:00
parent 635b01ccef
commit 3d0c1c6a21

View File

@ -31,6 +31,9 @@ case $TARGET_ARCH in
x86_64)
TARGET=linux-x86_64
;;
arm)
TARGET=linux-armv4
;;
powerpc)
TARGET=linux-ppc
;;