summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 340e05c..6a6de4f 100755
--- a/configure
+++ b/configure
@@ -502,6 +502,14 @@ case $PLATFORM in
PLATFORM=ppc64
ENVIRONMENT=64
;;
+ mips32)
+ CFLAGS="$CFLAGS -march=mips32";
+ RTM_ENABLE="CK_MD_RTM_DISABLE"
+ LSE_ENABLE="CK_MD_LSE_DISABLE"
+ MM="${MM:-"CK_MD_RMO"}"
+ PLATFORM=mips32
+ ENVIRONMENT=32
+ ;;
arm|armv6|armv6l|armv7|armv7l)
case "$PLATFORM" in
"armv6"|"armv6l")