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`.
This commit is contained in:
Alex White
2023-08-29 20:32:18 -05:00
committed by Joel Sherrill
parent cfb8a68f51
commit 51a79912e0
3 changed files with 12 additions and 3 deletions

View File

@@ -33,7 +33,10 @@ enabled-by:
- BUILD_LIBDL
includes:
- testsuites/libtests/dl07
ldflags: []
ldflags:
- enabled-by:
- microblaze
value: -u__extendsfdf2
links: []
prepare-build: null
prepare-configure: null

View File

@@ -38,7 +38,10 @@ enabled-by:
- BUILD_LIBDL
includes:
- testsuites/libtests/dl08
ldflags: []
ldflags:
- enabled-by:
- microblaze
value: -u__extendsfdf2
links: []
prepare-build: null
prepare-configure: null

View File

@@ -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