Add Linux PPC support

This commit is contained in:
kytv
2011-07-30 23:25:14 +00:00
parent 18ee23960c
commit 9d3acf98ff
3 changed files with 10 additions and 2 deletions

View File

@@ -46,6 +46,9 @@ case $HOST_OS in
elif [ `echo $OS_ARCH |grep arm` ]; then
wrapperpath="./lib/wrapper/linux-armv5"
cp ${wrapperpath}/libwrapper.so ./lib/
elif [ `echo $OS_ARCH |grep ppc` ]; then
wrapperpath="./lib/wrapper/linux-ppc"
cp ${wrapperpath}/libwrapper.so ./lib/
elif [ "X$X86_64" = "X" ]; then
wrapperpath="./lib/wrapper/linux"
cp ${wrapperpath}/libwrapper.so ./lib/