diff options
author | shuai.fu <shuai01.fu@samsung.com> | 2017-04-22 13:43:02 +0800 |
---|---|---|
committer | y0169.zhang <y0169.zhang@samsung.com> | 2017-07-10 11:19:29 +0800 |
commit | 24dc605f13d22c9c40999910af164d1f8c5bfd8e (patch) | |
tree | ace6b1cfe91019ef6ea452a7fa6bd9d446c4d153 /baselibs_global.conf | |
parent | 07c0dbf5da85bc3931186838be1420cfd8a2de7f (diff) | |
download | build-upstream/20160629.tar.gz build-upstream/20160629.tar.bz2 build-upstream/20160629.zip |
Update to upstream 20160629upstream/20160629
Change-Id: Idc31c269aec94e852b30885dee65a827b318b7a3
Signed-off-by: shuai.fu <shuai01.fu@samsung.com>
Diffstat (limited to 'baselibs_global.conf')
-rw-r--r-- | baselibs_global.conf | 10 |
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/.* |