summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/sptests (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-17CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2-0/+21
Add this application configuration option. This configuration option can be used to reserve space for the dynamic linking of modules with thread-local storage objects. Add RTEMS_TASK_STORAGE_ALIGNMENT to define the minium alignment of a thread-local storage size. Update #4074.
2020-09-14build: Alternative build system based on wafSebastian Huber226-0/+4827
Update #3818.