diff mbox series

[RFC,4/4] tests/tcg: add nios2 architecture (NEEDS FIXES)

Message ID 20180911140631.18481-5-alex.bennee@linaro.org
State New
Headers show
Series Add Nios II cross-compiler and enable tests/tcg | expand

Commit Message

Alex Bennée Sept. 11, 2018, 2:06 p.m. UTC
Now we have a docker image with a nios2 compiler we can add the bits
to build our TCG tests.

Current failures:
  testmmap - fails in check_file_fixed_eof_mmaps due to inversion of offset
  linux-test - unimplemented lseek (probably others as well)

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 tests/tcg/nios2/Makefile.include | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tests/tcg/nios2/Makefile.include

-- 
2.17.1
diff mbox series

Patch

diff --git a/tests/tcg/nios2/Makefile.include b/tests/tcg/nios2/Makefile.include
new file mode 100644
index 0000000000..2ab4160435
--- /dev/null
+++ b/tests/tcg/nios2/Makefile.include
@@ -0,0 +1,2 @@ 
+DOCKER_IMAGE=buildroot-nios2-cross
+DOCKER_CROSS_COMPILER=nios2-linux-gcc