1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-20 00:09:27 +00:00
Files
amigaos-cross-toolchain/dejagnu

DejaGNU board for testing m68k-amigaos GCC

  • Download gcc-testsuite and unpack into submodules/gcc-2.95.3
  • Install amitools and configure vamos
  • Configure DejaGNU board search path with $HOME/.dejagnurc containing:
if ![info exists boards_dir] {
    set boards_dir {}
}
lappend boards_dir "$HOME/workspace/amigaos-cross-toolchain/dejagnu/boards"
  • Run tests:
$ cd .build-m68k/gcc-2.95.3/gcc
$ make check-gcc \
    RUNTESTFLAGS='--target_board=amigaos execute.exp=20000113-1* -v SIM=vamos'