summaryrefslogtreecommitdiff
path: root/tools/testing/ktest/examples/crosstests.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/ktest/examples/crosstests.conf')
-rw-r--r--tools/testing/ktest/examples/crosstests.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/testing/ktest/examples/crosstests.conf b/tools/testing/ktest/examples/crosstests.conf
index a1203148..4673660 100644
--- a/tools/testing/ktest/examples/crosstests.conf
+++ b/tools/testing/ktest/examples/crosstests.conf
@@ -133,6 +133,12 @@ CROSS = frv-linux
ARCH = frv
GCC_VER = 4.5.1
+# h8300 - failed make defconfig??
+TEST_START IF ${RUN} == h8300 || ${DO_FAILED}
+CROSS = h8300-elf
+ARCH = h8300
+GCC_VER = 4.5.1
+
# m68k fails with error?
TEST_START IF ${RUN} == m68k || ${DO_DEFAULT}
CROSS = m68k-linux