diff options
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 |
commit | 144e8b81f8bcacb8b3df1a481146d48fc355ba65 (patch) | |
tree | ac0eafbd89fcc296c988973088a44548fb4f6f1c | |
parent | 71a4f3c3fec71c8590e3b3656917fcb5311272d6 (diff) |
Fix target determination for MIPSEL.
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |