summaryrefslogtreecommitdiff
path: root/test/Rules.mak
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-05-18 04:10:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-05-18 04:10:41 +0200
commit132c6134d69146bcafbdda68ae3a9cbd9f8fb921 (patch)
tree58e5a2ebc100b0a3db1f142db00238b0712b7d93 /test/Rules.mak
parent1bb237b695fbabf05fc196748e47b9ecb97e9903 (diff)
add nds32 ULPs file, disable stalling ex3 testHEADmaster
Diffstat (limited to 'test/Rules.mak')
-rw-r--r--test/Rules.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Rules.mak b/test/Rules.mak
index 4e76ed3..b81eb19 100644
--- a/test/Rules.mak
+++ b/test/Rules.mak
@@ -21,6 +21,7 @@ TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
-e 's/sun.*/sparc/' -e 's/sparc.*/sparc/' \
-e 's/sa110/arm/' -e 's/arm.*/arm/g' \
-e 's/m68k.*/m68k/' \
+ -e 's/nds32.*/nds32/' \
-e 's/parisc.*/hppa/' \
-e 's/ppc/powerpc/g' \
-e 's/sh[234].*/sh/' \