]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
- x32 is x86_64 as kernel is concerned
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 1 Jan 2015 18:05:26 +0000 (18:05 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 1 Jan 2015 18:05:26 +0000 (18:05 +0000)
linux-libc-headers.spec

index 7554cac2b1639eca1315e805366370ea52ea5e1b..1fcd906fded85e97b606ec0b538aa02c0a0a4b07 100644 (file)
@@ -39,8 +39,12 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %ifarch ppc ppc64
 %define        target_arch powerpc
 %else
+%ifarch x32
+%define        target_arch x86_64
+%else
 %define        target_arch %{_target_base_arch}
 %endif
+%endif
 
 # no objects to extract debug info from
 %define                _enable_debug_packages  0
This page took 0.154183 seconds and 4 git commands to generate.