summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/libtests/dl09.yml
diff options
context:
space:
mode:
authorAlex White <alex.white@oarcorp.com>2023-08-29 20:32:18 -0500
committerJoel Sherrill <joel@rtems.org>2023-08-30 11:05:33 -0500
commit51a79912e0f70d7fd63a98807e69d74cebdf708d (patch)
tree3c18666b65df233fb22439cb10f4013dc1303e1e /spec/build/testsuites/libtests/dl09.yml
parentbuild: Allow enabled-by in ldflags for link_cc and link_cxx (diff)
downloadrtems-51a79912e0f70d7fd63a98807e69d74cebdf708d.tar.bz2
microblaze: Add link options to dl07, dl08, and dl09
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`.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/libtests/dl09.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/build/testsuites/libtests/dl09.yml b/spec/build/testsuites/libtests/dl09.yml
index bada446d16..0fcc631122 100644
--- a/spec/build/testsuites/libtests/dl09.yml
+++ b/spec/build/testsuites/libtests/dl09.yml
@@ -33,7 +33,10 @@ enabled-by:
- BUILD_LIBDL
includes:
- testsuites/libtests/dl09
-ldflags: []
+ldflags:
+- enabled-by:
+ - microblaze
+ value: -u__extendsfdf2
links: []
prepare-build: null
prepare-configure: null