Sha256: 4f3e5b7ff2f80c3757d3ba97fe74e623ed35e41e63e38fefd8953e6f34a7d353
Contents?: true
Size: 641 Bytes
Versions: 1578
Compression:
Stored size: 641 Bytes
Contents
# Copyright (C) 2008, 2010, 2018, 2019, 2021 Anthony Green # Make sure we look in the right place for the board description files. if ![info exists boards_dir] { set boards_dir {} } lappend boards_dir $::env(BOARDSDIR) verbose "Global Config File: target_triplet is $target_triplet" 2 global target_list case "$target_triplet" in { { "bfin-elf" } { set target_list "bfin-sim" } { "m32r-elf" } { set target_list "m32r-sim" } { "moxie-elf" } { set target_list "moxie-sim" } { "or1k-elf" } { set target_list "or1k-sim" } { "powerpc-eabisim" } { set target_list "powerpc-eabisim" } }
Version data entries
1,578 entries across 1,578 versions & 15 rubygems