diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Rules.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Rules.mak b/test/Rules.mak index 86ea855f4..9416a0cb4 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -50,7 +50,6 @@ TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \ -e 's/m68k.*/m68k/' \ -e 's/parisc.*/hppa/' \ -e 's/ppc/powerpc/g' \ - -e 's/v850.*/v850/g' \ -e 's/sh[234]/sh/' \ -e 's/mips.*/mips/' \ -e 's/cris.*/cris/' \ |