summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Add expected-fail to erc32, leon2, and leon3 BSPsChris Johns2020-05-061-0/+7
| | | | Updates #2962
* leon: do not use -mfix-{device} with ClangDaniel Hellstrom2018-10-092-2/+28
| | | | | | | | | Clang do not support -mfix-gr712rc, -mfix-ut700 and -mfix-ut699. Therefore we adjust the CPU_CFLAGS to remove these when compiling with Clang. Instead use GR712RC: -mcpu=gr712rc GR740: -mcpu=gr740 UT699/UT700: Not currently supported by clang, use LEON3 BSP.
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-235-0/+69
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.