diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-11-04 20:17:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-11-04 20:17:03 +0000 |
commit | 1da8fd9223c5a06236d4053582184790424592c2 (patch) | |
tree | 550f0417201e205319a36e96bfae37e3442007a9 /test | |
parent | bcd949c7f80ccf66c8ef869367a9b33dbb51a261 (diff) |
mips64 patch from Atsushi Nemoto:
Add selection of 3 ABI.
CPU_CFLAGS is needed to generate correct sysnum.h.
Fix test/Rules.mak.
Diffstat (limited to 'test')
-rw-r--r-- | test/Rules.mak | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Rules.mak b/test/Rules.mak index 430f789da..72a922797 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -30,8 +30,7 @@ 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/cris.*/cris/' \ ) endif |