forked from Imagelibrary/rtems
microblaze: Add libdl support
This commit is contained in:
committed by
Joel Sherrill
parent
ceb136c7b6
commit
feee169aa7
@@ -9,6 +9,9 @@ enabled-by:
|
||||
- microblaze
|
||||
includes: []
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}/machine
|
||||
source:
|
||||
- cpukit/score/cpu/microblaze/include/machine/elf_machdep.h
|
||||
- destination: ${BSP_INCLUDEDIR}/rtems
|
||||
source:
|
||||
- cpukit/score/cpu/microblaze/include/rtems/asm.h
|
||||
|
||||
@@ -36,6 +36,8 @@ links:
|
||||
uid: objdli386
|
||||
- role: build-dependency
|
||||
uid: objdlm68k
|
||||
- role: build-dependency
|
||||
uid: objdlmicroblaze
|
||||
- role: build-dependency
|
||||
uid: objdlmips
|
||||
- role: build-dependency
|
||||
|
||||
15
spec/build/cpukit/objdlmicroblaze.yml
Normal file
15
spec/build/cpukit/objdlmicroblaze.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: objects
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2023 On-Line Applications Research (OAR)
|
||||
cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by:
|
||||
- microblaze
|
||||
includes: []
|
||||
install: []
|
||||
links: []
|
||||
source:
|
||||
- cpukit/libdl/rtl-mdreloc-microblaze.c
|
||||
type: build
|
||||
@@ -12,6 +12,7 @@ enabled-by:
|
||||
- arm
|
||||
- i386
|
||||
- m68k
|
||||
- microblaze
|
||||
- mips
|
||||
- moxie
|
||||
- powerpc
|
||||
|
||||
Reference in New Issue
Block a user