mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
spec/libtests: Exclude Thumb-only BSPs from building dl13
This test requires ARM instruction support and causes build failures on Thumb-only BSPs.
This commit is contained in:
committed by
Kinsey Moore
parent
410436b800
commit
f80cee565b
@@ -28,6 +28,13 @@ enabled-by:
|
||||
- not: TEST_dl13_EXCLUDE
|
||||
- BUILD_LIBDL
|
||||
- arm
|
||||
- not: bsps/arm/atsam
|
||||
- not: bsps/arm/imxrt
|
||||
- not: bsps/arm/lm3s69xx
|
||||
- not: bsps/arm/lpc176x
|
||||
- not: bsps/arm/lpc24xx
|
||||
- not: bsps/arm/stm32h7
|
||||
- not: bsps/arm/stm32f4
|
||||
includes:
|
||||
- testsuites/libtests/dl13
|
||||
ldflags: []
|
||||
|
||||
Reference in New Issue
Block a user