]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
add support for aarch64
authorJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 11:47:51 +0000 (13:47 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 2 May 2020 11:48:21 +0000 (13:48 +0200)
linux-libc-headers.spec

index aed70200f7ebcffbf578f15e61f7f66fc7d3c209..22e2b15371ef60026023ac028999f7a0c35a71f4 100644 (file)
@@ -43,9 +43,13 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %ifarch x32
 %define        target_arch x86_64
 %else
+%ifarch aarch64
+%define        target_arch arm64
+%else
 %define        target_arch %{_target_base_arch}
 %endif
 %endif
+%endif
 
 # no objects to extract debug info from
 %define                _enable_debug_packages  0
This page took 0.285256 seconds and 4 git commands to generate.