aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Peters2010-05-23 19:24:19 +0000
committerJoost Peters2010-05-23 19:24:19 +0000
commit088ad439669c3b535bb66e8773aaf706ba70e5fa (patch)
tree7607ccb503858a97aabe314cea1534b3f43bf9f1
parented0e8182cee620e6abae2e9c1bc571b31833f474 (diff)
downloadscummvm-rg350-088ad439669c3b535bb66e8773aaf706ba70e5fa.tar.gz
scummvm-rg350-088ad439669c3b535bb66e8773aaf706ba70e5fa.tar.bz2
scummvm-rg350-088ad439669c3b535bb66e8773aaf706ba70e5fa.zip
add mips-sgi(-irix6.5) cross-compiling target
svn-id: r49167
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 2edcd1798b..17da22fb8f 100755
--- a/configure
+++ b/configure
@@ -1506,6 +1506,10 @@ if test -n "$_host"; then
_ar="$_host-ar cru"
_ranlib=$_host-ranlib
;;
+ mips-sgi*)
+ _endian=big
+ _need_memalign=yes
+ ;;
motoezx)
DEFINES="$DEFINES -DUNIX -DMOTOEZX"
ASFLAGS="$ASFLAGS -mfpu=vfp"