URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [site.exp] - Rev 453
Compare with Previous | Blame | View Log
#Make sure we look in the right place for the board description filesif ![info exists boards_dir] {set boards_dir {}}send_user "tool_root_dir = $tool_root_dir\n"send_user "target_triplet = $target_triplet\n"# Crude way of finding the boards directorylappend boards_dir "${tool_root_dir}/../boards"lappend boards_dir "${tool_root_dir}/../../boards"lappend boards_dir "${tool_root_dir}/../../../boards"lappend boards_dir "${tool_root_dir}/../../../../boards"global target_listcase "$target_triplet" in {{ "or32-*-elf" } {set target_list { "or32-elf-sim" }}{ "or32-*-linux*" } {set target_list { "or32-linux-sim" }}}
