From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH 1/6] host-gmp: bump version to 6.1.0
Date: Sun, 13 Dec 2015 16:34:44 +0100 [thread overview]
Message-ID: <1450020889-32435-2-git-send-email-clemens.gruber@pqgruber.com> (raw)
In-Reply-To: <1450020889-32435-1-git-send-email-clemens.gruber@pqgruber.com>
Signed-off-by: Clemens Gruber <clemens.gruber@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.olbrich@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.olbrich@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.olbrich@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.olbrich@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
next prev parent reply other threads:[~2015-12-13 15:35 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-13 15:34 [ptxdist] [PATCH 0/6] OSELAS.Toolchain host tool version bumps Clemens Gruber
2015-12-13 15:34 ` Clemens Gruber [this message]
2015-12-13 15:34 ` [ptxdist] [PATCH 2/6] host-isl: bump version to 0.14.1 Clemens Gruber
2015-12-13 15:34 ` [ptxdist] [PATCH 3/6] host-libelf: bump version to 0.164 Clemens Gruber
2015-12-13 15:34 ` [ptxdist] [PATCH 4/6] host-mpc: bump version to 1.0.3 Clemens Gruber
2015-12-13 15:34 ` [ptxdist] [PATCH 5/6] host-mpfr: bump version to 3.1.3 Clemens Gruber
2015-12-13 15:34 ` [ptxdist] [PATCH 6/6] host-xz: bump version to 5.2.2 Clemens Gruber
2015-12-13 19:37 ` [ptxdist] [PATCH 0/6] OSELAS.Toolchain host tool version bumps Robert Schwebel
2015-12-14 13:51 ` Ladislav Michl
2015-12-17 10:49 ` Michael Olbrich
2015-12-20 15:13 ` Clemens Gruber
2016-02-18 19:03 ` Jon Ringle
2016-02-18 19:06 ` Erwin Rol
2016-02-19 7:37 ` Robert Schwebel
2016-02-19 7:42 ` Bruno Thomsen
2016-02-19 13:56 ` Michael Olbrich
2016-02-19 14:59 ` Clemens Gruber
2016-02-19 17:13 ` Clemens Gruber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1450020889-32435-2-git-send-email-clemens.gruber@pqgruber.com \
--to=clemens.gruber@pqgruber.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox