summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/sptests/spfatal24.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-27Remove obsolete rtems_gxx_*() implementationSebastian Huber1-19/+0
GCC versions prior to 6.1 used a RTEMS thread model based on rtems_gxx_*() functions. GCC version 6.1 or later uses the self-contained synchronization objects of Newlib <sys/lock.h> for the RTEMS thread model. Remove the obsolete implementation. Close #3143.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+19
Update #3818.