[packages/glibc] add armv7hl and armv7hnl to supported archs
atler
atler at pld-linux.org
Tue Jun 15 11:58:01 CEST 2021
commit be153b73d1e7aa83a414aa0a42c6c7a7a6a9fcf9
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jun 13 10:37:58 2021 +0000
add armv7hl and armv7hnl to supported archs
glibc.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index d8cd355..6c2b8dd 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -156,7 +156,7 @@ Conflicts: rc-scripts < 0.3.1-13
Conflicts: rpm < 4.1
Conflicts: util-linux < 2.35.1-2
Conflicts: xorg-driver-video-nvidia-libs < 1:295.33
-ExclusiveArch: i486 i586 i686 pentium3 pentium4 athlon %{x8664} x32 ia64 alpha s390 s390x sparc sparc64 sparcv9 ppc ppc64 armv5tel armv6hl aarch64
+ExclusiveArch: i486 i586 i686 pentium3 pentium4 athlon %{x8664} x32 ia64 alpha s390 s390x sparc sparc64 sparcv9 ppc ppc64 armv5tel armv6hl armv7hl armv7hnl aarch64
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
# avoid -s here (ld.so must not be stripped to allow any program debugging)
@@ -1435,7 +1435,7 @@ fi
%attr(755,root,root) /lib/ld-linux-aarch64.so.1
%attr(755,root,root) /%{_lib}/ld-linux-aarch64.so.1
%endif
-%ifarch armv6hl
+%ifarch armv6hl armv7hl armv7hnl
%attr(755,root,root) /lib/ld-linux-armhf.so.3
%endif
%ifnarch %{ix86} sparc sparcv9 sparc64 alpha sh ia64 %{x8664} x32 ppc64 s390x %{arm} aarch64
@@ -1883,7 +1883,7 @@ fi
%ifarch alpha ppc sparc
%{_libdir}/libnldbl_nonshared.a
%endif
-%ifarch %{ix86} %{x8664} x32 ppc ppc64 s390 s390x sparc sparcv9 sparc64 aarch64 armv6hl
+%ifarch %{ix86} %{x8664} x32 ppc ppc64 s390 s390x sparc sparcv9 sparc64 aarch64 armv6hl armv7hl armv7hnl
# ABI-dependent headers
%{_includedir}/gnu/stubs-*.h
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glibc.git/commitdiff/be153b73d1e7aa83a414aa0a42c6c7a7a6a9fcf9
More information about the pld-cvs-commit
mailing list