]> granicus.if.org Git - libx264/commitdiff
* configure: added support for ia64, mips/mipsel, m68k, arm, s390 and hppa
authorSam Hocevar <sam@videolan.org>
Tue, 20 Sep 2005 15:50:41 +0000 (15:50 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 20 Sep 2005 15:50:41 +0000 (15:50 +0000)
    platforms, as well as linux sparc.

git-svn-id: svn://svn.videolan.org/x264/trunk@294 df754926-b1dd-0310-bc7b-ec298dee348c

configure

index ef21121d6c195b770c3f2f0dc87db24a5179e42e..28f24032aa8f90d539e0608b8c3c74181d7ebbee 100755 (executable)
--- a/configure
+++ b/configure
@@ -111,7 +111,7 @@ case "$UNAMEM" in
       CFLAGS="$CFLAGS -maltivec -mabi=altivec"
     fi
     ;;
-  sun4m|sun4d)
+  sun4m|sun4d|sparc|sparc64)
     ARCH="Sparc"
     ;;
   sun4u)
@@ -121,6 +121,24 @@ case "$UNAMEM" in
     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