summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/riscv/griscv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* riscv: Address differences in the linkerscript between GNU LD and LLVM/LLDHesham Almatary2019-10-272-1/+20
| | | | | | | | | | LLVM/LLD does not support STARTUP and ALIGN_WITH_INPUT directives that GNU LD support. INPUT and ALIGN(8) are supported by LLVM/LLD and can replace the unsupported STARTUP/ALIGN_WITH_INPUT directives. The commit conditionally adds the supported directive that linkers can understand depending on the toolchain used to compile RTEMS i.e., clang or gcc. Clang is assumed to use LLD by default.
* riscv: add griscv bspJiri Gaisler2019-01-222-0/+110
Update #3678.