Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
---
 ....guess-disable-build-tests-to-use-generic.patch | 22 ----------------------
 patches/gmp-6.0.0a/series                          |  4 ----
 ....guess-disable-build-tests-to-use-generic.patch | 22 ++++++++++++++++++++++
 patches/gmp-6.1.0/series                           |  4 ++++
 rules/host-gmp.make                                |  4 ++--
 5 files changed, 28 insertions(+), 28 deletions(-)
 delete mode 100644 
patches/gmp-6.0.0a/0001-HACK-config.guess-disable-build-tests-to-use-generic.patch
 delete mode 100644 patches/gmp-6.0.0a/series
 create mode 100644 
patches/gmp-6.1.0/0001-HACK-config.guess-disable-build-tests-to-use-generic.patch
 create mode 100644 patches/gmp-6.1.0/series

diff --git 
a/patches/gmp-6.0.0a/0001-HACK-config.guess-disable-build-tests-to-use-generic.patch
 
b/patches/gmp-6.0.0a/0001-HACK-config.guess-disable-build-tests-to-use-generic.patch
deleted file mode 100644
index 193a32d..0000000
--- 
a/patches/gmp-6.0.0a/0001-HACK-config.guess-disable-build-tests-to-use-generic.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Michael Olbrich <m.olbr...@pengutronix.de>
-Date: Tue, 2 Jun 2015 11:28:32 +0200
-Subject: [PATCH] HACK: config.guess: disable build tests to use generic CPU
- type
-
-Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
----
- config.guess | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/config.guess b/config.guess
-index 02b61f45aaf8..6d004f688aef 100755
---- a/config.guess
-+++ b/config.guess
-@@ -2,6 +2,7 @@
- #
- # GMP config.guess wrapper.
- 
-+CC_FOR_BUILD=no_compiler_found
- 
- # Copyright 2000-2006, 2008, 2011-2014 Free Software Foundation, Inc.
- #
diff --git a/patches/gmp-6.0.0a/series b/patches/gmp-6.0.0a/series
deleted file mode 100644
index 44e7026..0000000
--- a/patches/gmp-6.0.0a/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-HACK-config.guess-disable-build-tests-to-use-generic.patch
-# 642de0c224f96536babfe1f65f6fd5fb  - git-ptx-patches magic
diff --git 
a/patches/gmp-6.1.0/0001-HACK-config.guess-disable-build-tests-to-use-generic.patch
 
b/patches/gmp-6.1.0/0001-HACK-config.guess-disable-build-tests-to-use-generic.patch
new file mode 100644
index 0000000..193a32d
--- /dev/null
+++ 
b/patches/gmp-6.1.0/0001-HACK-config.guess-disable-build-tests-to-use-generic.patch
@@ -0,0 +1,22 @@
+From: Michael Olbrich <m.olbr...@pengutronix.de>
+Date: Tue, 2 Jun 2015 11:28:32 +0200
+Subject: [PATCH] HACK: config.guess: disable build tests to use generic CPU
+ type
+
+Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
+---
+ config.guess | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/config.guess b/config.guess
+index 02b61f45aaf8..6d004f688aef 100755
+--- a/config.guess
++++ b/config.guess
+@@ -2,6 +2,7 @@
+ #
+ # GMP config.guess wrapper.
+ 
++CC_FOR_BUILD=no_compiler_found
+ 
+ # Copyright 2000-2006, 2008, 2011-2014 Free Software Foundation, Inc.
+ #
diff --git a/patches/gmp-6.1.0/series b/patches/gmp-6.1.0/series
new file mode 100644
index 0000000..44e7026
--- /dev/null
+++ b/patches/gmp-6.1.0/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-HACK-config.guess-disable-build-tests-to-use-generic.patch
+# 642de0c224f96536babfe1f65f6fd5fb  - git-ptx-patches magic
diff --git a/rules/host-gmp.make b/rules/host-gmp.make
index 91b43e8..70947aa 100644
--- a/rules/host-gmp.make
+++ b/rules/host-gmp.make
@@ -16,8 +16,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_GMP) += host-gmp
 #
 # Paths and names
 #
-HOST_GMP_VERSION       := 6.0.0a
-HOST_GMP_MD5           := 1e6da4e434553d2811437aa42c7f7c76
+HOST_GMP_VERSION       := 6.1.0
+HOST_GMP_MD5           := a9868ef2556ad6a2909babcd1428f3c7
 HOST_GMP               := gmp-$(HOST_GMP_VERSION)
 HOST_GMP_SUFFIX                := tar.xz
 HOST_GMP_URL           := $(call ptx/mirror, GNU, 
gmp/$(HOST_GMP).$(HOST_GMP_SUFFIX))
-- 
2.6.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to