summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-gcc.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/build-essential/stage2-gcc.morph')
-rw-r--r--strata/build-essential/stage2-gcc.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/strata/build-essential/stage2-gcc.morph b/strata/build-essential/stage2-gcc.morph
index 15bad22c..d4bcdf64 100644
--- a/strata/build-essential/stage2-gcc.morph
+++ b/strata/build-essential/stage2-gcc.morph
@@ -35,6 +35,8 @@ configure-commands:
armv7*) ARCH_FLAGS="--with-arch=armv7-a" ;;
mips64*) ARCH_FLAGS="--with-arch=mips64 \
--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/'`
export STAGE2_SYSROOT="$(dirname $(pwd))"