diff options
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 |
commit | 8d212fdefaa169f216537bd911e57aaa2fc2f27d (patch) | |
tree | 096551da10e5608c0e5682a319f87ded105998d0 /Rules.mak | |
parent | 144e8b81f8bcacb8b3df1a481146d48fc355ba65 (diff) |
Changes for MIPS and new configuration system.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |