summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-20 08:27:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-20 08:34:49 +0000
commita1517283f513288e2286a9975c25c26fcf61eabd (patch)
tree9de66e58888efe48f02ef2853305e627e169e188 /configure
parentReleasing debian version 0.7.1-6. (diff)
downloadck-a1517283f513288e2286a9975c25c26fcf61eabd.tar.xz
ck-a1517283f513288e2286a9975c25c26fcf61eabd.zip
WIP MIPS
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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")