spec/cpukit: Add libdl RISCV support

Closes #5144
This commit is contained in:
Chris Johns
2024-11-14 21:02:42 +11:00
committed by Kinsey Moore
parent 4a00b66bc6
commit e14a740a99
3 changed files with 18 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ links:
uid: objdlmoxie
- role: build-dependency
uid: objdlpowerpc
- role: build-dependency
uid: objdlriscv
- role: build-dependency
uid: objdlsparc
source:

View File

@@ -0,0 +1,15 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects
cflags: []
copyrights:
- Copyright (C) 2024 Contemporary Software
cppflags: []
cxxflags: []
enabled-by:
- riscv
includes: []
install: []
links: []
source:
- cpukit/libdl/rtl-mdreloc-riscv.c
type: build

View File

@@ -16,6 +16,7 @@ enabled-by:
- mips
- moxie
- powerpc
- riscv
- sparc
links: []
name: BUILD_LIBDL