platforms, as well as linux sparc.
git-svn-id: svn://svn.videolan.org/x264/trunk@294
df754926-b1dd-0310-bc7b-
ec298dee348c
CFLAGS="$CFLAGS -maltivec -mabi=altivec"
fi
;;
- sun4m|sun4d)
+ sun4m|sun4d|sparc|sparc64)
ARCH="Sparc"
;;
sun4u)
AS="as"
ASFLAGS="-xarch=v8plusa"
;;
+ ia64)
+ ARCH="IA64"
+ ;;
+ mips|mipsel)
+ ARCH="MIPS"
+ ;;
+ m68k)
+ ARCH="M68K"
+ ;;
+ arm)
+ ARCH="ARM"
+ ;;
+ s390|s390x)
+ ARCH="S390"
+ ;;
+ parisc|parisc64)
+ ARCH="PARISC"
+ ;;
*)
echo "Unknown platform $UNAMEM, edit the configure"
exit 1