]> git.pld-linux.org Git - packages/gmp.git/commitdiff
- dropped (configure --build has the same result)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 1 Nov 2004 11:57:31 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gmp-asmcpu.patch -> 1.7

gmp-asmcpu.patch [deleted file]

diff --git a/gmp-asmcpu.patch b/gmp-asmcpu.patch
deleted file mode 100644 (file)
index a0282a7..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
---- gmp-4.0.1/configure.in.orig        Fri Nov 30 23:36:49 2001
-+++ gmp-4.0.1/configure.in     Mon Jan 28 20:37:05 2002
-@@ -43,8 +43,11 @@
- AC_CANONICAL_HOST
- tmp_host=`echo $host_cpu | sed 's/\./_/'`
-+if test -z "$with_cpu" ; then
-+    with_cpu=$tmp_host
-+fi
- AC_DEFINE_UNQUOTED(HAVE_HOST_CPU_$tmp_host)
--GMP_DEFINE_RAW("define_not_for_expansion(\`HAVE_HOST_CPU_$tmp_host')", POST)
-+GMP_DEFINE_RAW("define_not_for_expansion(\`HAVE_HOST_CPU_$with_cpu')", POST)
- AM_INIT_AUTOMAKE(gmp, GMP_VERSION)
- AM_CONFIG_HEADER(config.h:config.in)
-@@ -777,17 +780,17 @@
-         ;;
-     esac
--    case $host 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" ;;
--      pentium3-*-*)   path="x86/p6/p3mmx x86/p6/mmx x86/p6 x86";;
--      [k6[23]*-*-*])  path="x86/k6/k62mmx x86/k6/mmx x86/k6 x86" ;;
--      k6*-*-*)        path="x86/k6/mmx x86/k6 x86" ;;
--      athlon-*-*)     path="x86/k7/mmx x86/k7 x86" ;;
--      pentium4-*-* | i786-*-*)    path="x86/pentium4/sse2 x86/pentium4/mmx x86/pentium4 x86" ;;
-+    case $with_cpu in
-+      i486*)                  path="x86/i486 x86" ;;
-+      pentiummmx*)             path="x86/pentium/mmx x86/pentium x86" ;;
-+      i686* | pentiumpro*) path="x86/p6 x86" ;;
-+      pentium2*)   path="x86/p6/mmx x86/p6 x86" ;;
-+      pentium3*)   path="x86/p6/p3mmx x86/p6/mmx x86/p6 x86";;
-+      [k6[23]*])  path="x86/k6/k62mmx x86/k6/mmx x86/k6 x86" ;;
-+      k6*)        path="x86/k6/mmx x86/k6 x86" ;;
-+      athlon*)     path="x86/k7/mmx x86/k7 x86" ;;
-+      pentium4* | i786*)    path="x86/pentium4/sse2 x86/pentium4/mmx x86/pentium4 x86" ;;
-+      i586* | pentium*)    path="x86/pentium x86" ;;
-     esac
-     ;;
This page took 0.078737 seconds and 4 git commands to generate.