diff options
Diffstat (limited to 'tools/testing/ktest/examples/crosstests.conf')
-rw-r--r-- | tools/testing/ktest/examples/crosstests.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/testing/ktest/examples/crosstests.conf b/tools/testing/ktest/examples/crosstests.conf index 46736604c26c..a1203148dfa1 100644 --- a/tools/testing/ktest/examples/crosstests.conf +++ b/tools/testing/ktest/examples/crosstests.conf | |||
@@ -133,12 +133,6 @@ CROSS = frv-linux | |||
133 | ARCH = frv | 133 | ARCH = frv |
134 | GCC_VER = 4.5.1 | 134 | GCC_VER = 4.5.1 |
135 | 135 | ||
136 | # h8300 - failed make defconfig?? | ||
137 | TEST_START IF ${RUN} == h8300 || ${DO_FAILED} | ||
138 | CROSS = h8300-elf | ||
139 | ARCH = h8300 | ||
140 | GCC_VER = 4.5.1 | ||
141 | |||
142 | # m68k fails with error? | 136 | # m68k fails with error? |
143 | TEST_START IF ${RUN} == m68k || ${DO_DEFAULT} | 137 | TEST_START IF ${RUN} == m68k || ${DO_DEFAULT} |
144 | CROSS = m68k-linux | 138 | CROSS = m68k-linux |