summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/config b/config
index 7bfc12a211..65e5a9c794 100755
--- a/config
+++ b/config
@@ -555,6 +555,10 @@ case "$GUESSOS" in
#fi
OUT="irix-mips3-$CC"
;;
+ mips32be-*-linux2)
+ OUT=linux-mips32be
+ options="$options threads shared zlib-dynamic"
+ ;;
ppc-apple-rhapsody) OUT="rhapsody-ppc-cc" ;;
ppc-apple-darwin*)
ISA64=`(sysctl -n hw.optional.64bitops) 2>/dev/null`