]> git.pld-linux.org Git - packages/gmp.git/commitdiff
- [sparc64] fixed cpu targeting.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 24 Jun 2004 01:19:16 +0000 (01:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gmp.spec -> 1.77

gmp.spec

index 9b9e252ee0b74c43e00432081885e33298221a89..285fe4d028332f983a75b0047e51fcceb59110cd 100644 (file)
--- a/gmp.spec
+++ b/gmp.spec
@@ -27,6 +27,7 @@ Patch1:               %{name}-asmcpu.patch
 Patch2:                %{name}-gcc-version.patch
 Patch3:                %{name}-amd64.patch
 Patch4:                %{name}-acinclude.patch
 Patch2:                %{name}-gcc-version.patch
 Patch3:                %{name}-amd64.patch
 Patch4:                %{name}-acinclude.patch
+Patch5:                %{name}-sparc64.patch
 URL:           http://www.swox.com/gmp/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 URL:           http://www.swox.com/gmp/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -41,7 +42,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %ifarch i686
 %define _cpu %{?with_p3mmx:pentium3}%{!?with_p3mmx:%{?with_k7:athlon}%{!?with_k7:%{?with_mmx:pentium2}%{!?with_mmx:i686}}}
 %else
 %ifarch i686
 %define _cpu %{?with_p3mmx:pentium3}%{!?with_p3mmx:%{?with_k7:athlon}%{!?with_k7:%{?with_mmx:pentium2}%{!?with_mmx:i686}}}
 %else
-%define _cpu %{_arch}
+%define _cpu %{_target_cpu}
 %endif
 %endif
 
 %endif
 %endif
 
This page took 0.048373 seconds and 4 git commands to generate.