summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rules.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index a388fb729..3d83d0c1b 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -88,6 +88,7 @@ TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
-e 's/v850.*/v850/g' \
-e 's/sh[234]/sh/' \
-e 's/mips.*/mips/' \
+ -e 's/mipsel.*/mipsel/' \
-e 's/cris.*/cris/' \
)
endif