summaryrefslogtreecommitdiff
path: root/baselibs_global.conf
diff options
context:
space:
mode:
Diffstat (limited to 'baselibs_global.conf')
-rw-r--r--baselibs_global.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/baselibs_global.conf b/baselibs_global.conf
index 23c4937..3bc500a 100644
--- a/baselibs_global.conf
+++ b/baselibs_global.conf
@@ -9,6 +9,8 @@ arch sparcv9 targets sparc64:32bit
arch sparcv9v targets sparc64v:32bit
arch sparc64 targets sparcv9:64bit
arch sparc64v targets sparcv9v:64bit
+arch aarch64 targets aarch64_ilp32:64bit
+arch aarch64_ilp32 targets aarch64:32bit
configdir /usr/lib/baselibs-<targettype>/bin
@@ -20,9 +22,9 @@ targettype 64bit extension 64
targetname <name>-<targettype>
-+.*/lib(64)?/.*\.(so\..*|so|o|a|la)$
++.*/lib(64|ilp32)?/.*\.(so\..*|so|o|a|la)$
-targettype 64bit -^(/usr)?/lib/lib
+targettype 64bit -^(/usr)?/lib(ilp32)?/lib
targettype 32bit -/lib64/
targettype x86 -/lib64/
@@ -39,5 +41,5 @@ package /.(?<!-devel)$/
post "/sbin/ldconfig"
package /(.*)-debuginfo$/
-+/usr/lib(64)?/debug/.*/lib(64)?/.*\.(so\..*|so|o|a|la)\.debug$
-+/usr/lib(64)?/debug/.build-id/.*
++/usr/lib(64|ilp32)?/debug/.*/lib(64|ilp32)?/.*\.(so\..*|so|o|a|la)\.debug$
++/usr/lib(64|ilp32)?/debug/.build-id/.*