summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/libtests/dl07.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-22build: Remove enabled-by special caseSebastian Huber1-3/+1
Doing the enabled-by processing just for the ldflags and just for the link custom commands is confusing. Use an option instead which is intended to be used for such use cases.
2023-09-15build: Add target to build scriptsSebastian Huber1-0/+1
Document that the build scripts in the testsuites produce a test program.
2023-09-11build: Use build context for custom commandsSebastian Huber1-2/+1
Revert duplicated listing of TEST_OPTIMIZATION_FLAGS. Close #4947.
2023-08-30microblaze: Add link options to dl07, dl08, and dl09Alex White1-1/+4
This adds `-u__extendsfdf2` to the `ldflags` for the dl07, dl08, and dl09 tests to force the inclusion of `__extendsfdf2` in the base image. This function is part of the GCC software floating point library and is used in the tests to convert floats to doubles when calling `printf`.
2023-08-27spec/testsuite/dl: Fix optimization flagsChris Johns1-1/+2
Updates #4944
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2020-09-14build: Use Python tarfile instead of paxSebastian Huber1-1/+1
This patch is for the new build system.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+42
Update #3818.