summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage1-gcc.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/build-essential/stage1-gcc.morph')
-rw-r--r--strata/build-essential/stage1-gcc.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/strata/build-essential/stage1-gcc.morph b/strata/build-essential/stage1-gcc.morph
index 6571d346..c78b2020 100644
--- a/strata/build-essential/stage1-gcc.morph
+++ b/strata/build-essential/stage1-gcc.morph
@@ -38,6 +38,8 @@ configure-commands:
armv7*) ARCH_FLAGS="--with-arch=armv7-a" ;;
mips64*) ARCH_FLAGS="--with-arch=octeon2 \
--with-abi=64" ;;
+ mips*) ARCH_FLAGS="--with-arch=mips32 \
+ --with-abi=32" ;;
esac
TARGET_STAGE1=`echo $TARGET_STAGE1 | sed -e 's/bootstrap-linux-gnu/linux-musl/'`