aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"