mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-12 10:32:52 +00:00
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:
committed by
Joel Sherrill
parent
cfb8a68f51
commit
51a79912e0
@@ -33,7 +33,10 @@ enabled-by:
|
|||||||
- BUILD_LIBDL
|
- BUILD_LIBDL
|
||||||
includes:
|
includes:
|
||||||
- testsuites/libtests/dl07
|
- testsuites/libtests/dl07
|
||||||
ldflags: []
|
ldflags:
|
||||||
|
- enabled-by:
|
||||||
|
- microblaze
|
||||||
|
value: -u__extendsfdf2
|
||||||
links: []
|
links: []
|
||||||
prepare-build: null
|
prepare-build: null
|
||||||
prepare-configure: null
|
prepare-configure: null
|
||||||
|
|||||||
@@ -38,7 +38,10 @@ enabled-by:
|
|||||||
- BUILD_LIBDL
|
- BUILD_LIBDL
|
||||||
includes:
|
includes:
|
||||||
- testsuites/libtests/dl08
|
- testsuites/libtests/dl08
|
||||||
ldflags: []
|
ldflags:
|
||||||
|
- enabled-by:
|
||||||
|
- microblaze
|
||||||
|
value: -u__extendsfdf2
|
||||||
links: []
|
links: []
|
||||||
prepare-build: null
|
prepare-build: null
|
||||||
prepare-configure: null
|
prepare-configure: null
|
||||||
|
|||||||
@@ -33,7 +33,10 @@ enabled-by:
|
|||||||
- BUILD_LIBDL
|
- BUILD_LIBDL
|
||||||
includes:
|
includes:
|
||||||
- testsuites/libtests/dl09
|
- testsuites/libtests/dl09
|
||||||
ldflags: []
|
ldflags:
|
||||||
|
- enabled-by:
|
||||||
|
- microblaze
|
||||||
|
value: -u__extendsfdf2
|
||||||
links: []
|
links: []
|
||||||
prepare-build: null
|
prepare-build: null
|
||||||
prepare-configure: null
|
prepare-configure: null
|
||||||
|
|||||||
Reference in New Issue
Block a user