summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2022-07-19 12:20:31 -0500
committerJoel Sherrill <joel@rtems.org>2022-07-29 08:32:47 -0500
commit0bd6514aa249322edbd52026ebfc2675a1685ead (patch)
tree06d2f0b44ec9db5a4a8433d1d264f1d7c0f1d53b /spec
parentlibdl/rtl-elf.h: Fix aarch64 define (diff)
downloadrtems-0bd6514aa249322edbd52026ebfc2675a1685ead.tar.bz2
cpukit/libdl: Add support for AArch64
rtl-mdreloc-aarch64.c and elf_machdep.h came from NetBSD. Updates #4682
Diffstat (limited to 'spec')
-rw-r--r--spec/build/cpukit/objdl.yml2
-rw-r--r--spec/build/cpukit/objdlaarch64.yml15
-rw-r--r--spec/build/cpukit/optlibdl.yml1
3 files changed, 18 insertions, 0 deletions
diff --git a/spec/build/cpukit/objdl.yml b/spec/build/cpukit/objdl.yml
index 05de6ca882..c312e04eb7 100644
--- a/spec/build/cpukit/objdl.yml
+++ b/spec/build/cpukit/objdl.yml
@@ -29,6 +29,8 @@ install:
- cpukit/include/rtems/rtl/rtl.h
links:
- role: build-dependency
+ uid: objdlaarch64
+- role: build-dependency
uid: objdlarm
- role: build-dependency
uid: objdli386
diff --git a/spec/build/cpukit/objdlaarch64.yml b/spec/build/cpukit/objdlaarch64.yml
new file mode 100644
index 0000000000..2909a902f2
--- /dev/null
+++ b/spec/build/cpukit/objdlaarch64.yml
@@ -0,0 +1,15 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: objects
+cflags: []
+copyrights:
+- Copyright (C) 2022 On-Line Applications Research (OAR)
+cppflags: []
+cxxflags: []
+enabled-by:
+- aarch64
+includes: []
+install: []
+links: []
+source:
+- cpukit/libdl/rtl-mdreloc-aarch64.c
+type: build
diff --git a/spec/build/cpukit/optlibdl.yml b/spec/build/cpukit/optlibdl.yml
index 8b9f5e1209..a3269c68ea 100644
--- a/spec/build/cpukit/optlibdl.yml
+++ b/spec/build/cpukit/optlibdl.yml
@@ -9,6 +9,7 @@ default: null
default-by-variant: []
description: ''
enabled-by:
+- aarch64
- arm
- i386
- m68k