changeset 11681:4204af4b61a1

VAX architecture support (tested on VAXstation 4000/VLC)
author gabucino
date Thu, 25 Dec 2003 12:05:28 +0000
parents f2f7c22847b3
children 4c914d32b230
files configure
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Dec 24 23:59:50 2003 +0000
+++ b/configure	Thu Dec 25 12:05:28 2003 +0000
@@ -416,7 +416,7 @@
   # host's CPU/instruction set
    host_arch=`( uname -p ) 2>&1`
    case "$host_arch" in
-   i386|sparc|ppc|alpha|arm|mips)
+   i386|sparc|ppc|alpha|arm|mips|vax)
      ;;
    powerpc) # Darwin returns 'powerpc'
      host_arch=ppc
@@ -1003,6 +1003,16 @@
     _optimizing=''
     ;;
 
+  vax)
+    _def_arch='#define ARCH_VAX 1'
+    _target_arch='TARGET_ARCH_VAX = yes'
+    iproc='vax'
+    proc=''
+    _march=''
+    _mcpu=''
+    _optimizing=''
+    ;;
+
   *)
     echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
     echo "It seems nobody has ported MPlayer to your OS or CPU type yet."