summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2002-11-07 21:07:56 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2002-11-07 21:07:56 +0000
commit144e8b81f8bcacb8b3df1a481146d48fc355ba65 (patch)
treeac0eafbd89fcc296c988973088a44548fb4f6f1c /Rules.mak
parent71a4f3c3fec71c8590e3b3656917fcb5311272d6 (diff)
Fix target determination for MIPSEL.
Diffstat (limited to 'Rules.mak')
-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