]> git.pld-linux.org Git - packages/gmp.git/commitdiff
- fixed pentium{mmx,2,3,4} optimization in asmcpu patch (#140); release 4 gmp-4_0_1-4
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 15 May 2002 10:34:35 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gmp-asmcpu.patch -> 1.4
    gmp.spec -> 1.56

gmp-asmcpu.patch
gmp.spec

index bb83793766f685c52ab8850e84251d2f0f19d889..cc7d3a19d5fc58a233654987aa1f1b23b1f4841f 100644 (file)
@@ -30,7 +30,6 @@
 -      pentium4-*-*)   path="x86/pentium4/sse2 x86/pentium4/mmx x86/pentium4 x86" ;;
 +    case $with_cpu in
 +      i486*)                  path="x86/i486 x86" ;;
-+      i586* | pentium*)    path="x86/pentium x86" ;;
 +      pentiummmx*)             path="x86/pentium/mmx x86/pentium x86" ;;
 +      i686* | pentiumpro*) path="x86/p6 x86" ;;
 +      pentium2*)   path="x86/p6/mmx x86/p6 x86" ;;
@@ -39,6 +38,7 @@
 +      k6*)        path="x86/k6/mmx x86/k6 x86" ;;
 +      athlon*)     path="x86/k7/mmx x86/k7 x86" ;;
 +      pentium4*)   path="x86/pentium4/sse2 x86/pentium4/mmx x86/pentium4 x86" ;;
++      i586* | pentium*)    path="x86/pentium x86" ;;
      esac
      ;;
  
index 731c8b34219beb08bdcd791993af6659771004ae..682327f1720a2fc5be2a412213e9ce215a742e09 100644 (file)
--- a/gmp.spec
+++ b/gmp.spec
@@ -17,7 +17,7 @@ Summary(uk):  
 Summary(ru):   âÉÂÌÉÏÔÅËÁ GNU ÐÒÏÉÚ×ÏÌØÎÏÊ ÔÏÞÎÏÓÔÉ
 Name:          gmp
 Version:       4.0.1
-Release:       3
+Release:       4
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://ftp.gnu.org/pub/gnu/gmp/%{name}-%{version}.tar.gz
This page took 0.091642 seconds and 4 git commands to generate.