summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2002-11-07 21:58:06 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2002-11-07 21:58:06 +0000
commit8d212fdefaa169f216537bd911e57aaa2fc2f27d (patch)
tree096551da10e5608c0e5682a319f87ded105998d0 /Rules.mak
parent144e8b81f8bcacb8b3df1a481146d48fc355ba65 (diff)
Changes for MIPS and new configuration system.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index 3d83d0c1b..24ddbb73c 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -87,8 +87,8 @@ TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
-e 's/ppc/powerpc/g' \
-e 's/v850.*/v850/g' \
-e 's/sh[234]/sh/' \
- -e 's/mips.*/mips/' \
- -e 's/mipsel.*/mipsel/' \
+ -e 's/mips-.*/mips/' \
+ -e 's/mipsel-.*/mipsel/' \
-e 's/cris.*/cris/' \
)
endif