2
0
mirror of https://frontier.innolan.net/github/amigaos-cross-toolchain6.git synced 2024-10-19 10:29:55 +00:00
Files
2016-10-04 20:19:50 +02:00
..

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'