Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/250ab6271092b16649cdb7010035cbaa67bc5e0b
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/250ab6271092b16649cdb7010035cbaa67bc5e0b
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/250ab6271092b16649cdb7010035cbaa67bc5e0b

The branch, master has been updated
       via  250ab6271092b16649cdb7010035cbaa67bc5e0b (commit)
      from  041bb207d4a900520e5fa900747d66f469e894b6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/toolchains.git/commitdiff/250ab6271092b16649cdb7010035cbaa67bc5e0b
commit 250ab6271092b16649cdb7010035cbaa67bc5e0b
Author: Vincent Sanders <vi...@netsurf-browser.org>
Commit: Vincent Sanders <vi...@netsurf-browser.org>

    chnage to gmp 5.0.5

diff --git a/i686-w64-mingw32/Makefile b/i686-w64-mingw32/Makefile
index 25bda31..73d2b8b 100644
--- a/i686-w64-mingw32/Makefile
+++ b/i686-w64-mingw32/Makefile
@@ -10,7 +10,7 @@ UPSTREAM_BINUTILS_VERSION := 2.22
 UPSTREAM_BINUTILS_TARBALL := binutils-$(UPSTREAM_BINUTILS_VERSION).tar.bz2
 UPSTREAM_BINUTILS_URI := 
http://ftpmirror.gnu.org/binutils/$(UPSTREAM_BINUTILS_TARBALL)
 
-UPSTREAM_GMP_VERSION := 4.3.2
+UPSTREAM_GMP_VERSION := 5.0.5
 UPSTREAM_GMP_TARBALL := gmp-$(UPSTREAM_GMP_VERSION).tar.bz2
 UPSTREAM_GMP_URI := http://ftp.gnu.org/gnu/gmp/$(UPSTREAM_GMP_TARBALL)
 
@@ -142,22 +142,28 @@ $(BUILDSTEPS)/binutils-srcdir.d: 
$(SOURCESDIR)/$(UPSTREAM_BINUTILS_TARBALL)
 ###
 
 $(SOURCESDIR)/$(UPSTREAM_GCC_TARBALL): $(SOURCESDIR)/sourcesdir.d
-       wget -q -O $@ $(UPSTREAM_GCC_URI) 
+       wget -q -O $@ $(UPSTREAM_GCC_URI)
+       touch $@
 
 $(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL): $(SOURCESDIR)/sourcesdir.d
        wget -q -O $@ $(UPSTREAM_GMP_URI)
+       touch $@
 
 $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL): $(SOURCESDIR)/sourcesdir.d
        wget -q -O $@ $(UPSTREAM_MPFR_URI)
+       touch $@
 
 $(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL): $(SOURCESDIR)/sourcesdir.d
        wget -q -O $@ $(UPSTREAM_MPC_URI)
+       touch $@
 
 $(SOURCESDIR)/$(UPSTREAM_BINUTILS_TARBALL): $(SOURCESDIR)/sourcesdir.d
        wget -q -O $@ $(UPSTREAM_BINUTILS_URI) 
+       touch $@
 
 $(SOURCESDIR)/$(UPSTREAM_MINGW_TARBALL): $(SOURCESDIR)/sourcesdir.d
        wget -q -O $@ $(UPSTREAM_MINGW_URI)
+       touch $@
 
 ###
 # Rule to create buildsteps dir


-----------------------------------------------------------------------

Summary of changes:
 i686-w64-mingw32/Makefile |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/i686-w64-mingw32/Makefile b/i686-w64-mingw32/Makefile
index 25bda31..73d2b8b 100644
--- a/i686-w64-mingw32/Makefile
+++ b/i686-w64-mingw32/Makefile
@@ -10,7 +10,7 @@ UPSTREAM_BINUTILS_VERSION := 2.22
 UPSTREAM_BINUTILS_TARBALL := binutils-$(UPSTREAM_BINUTILS_VERSION).tar.bz2
 UPSTREAM_BINUTILS_URI := 
http://ftpmirror.gnu.org/binutils/$(UPSTREAM_BINUTILS_TARBALL)
 
-UPSTREAM_GMP_VERSION := 4.3.2
+UPSTREAM_GMP_VERSION := 5.0.5
 UPSTREAM_GMP_TARBALL := gmp-$(UPSTREAM_GMP_VERSION).tar.bz2
 UPSTREAM_GMP_URI := http://ftp.gnu.org/gnu/gmp/$(UPSTREAM_GMP_TARBALL)
 
@@ -142,22 +142,28 @@ $(BUILDSTEPS)/binutils-srcdir.d: 
$(SOURCESDIR)/$(UPSTREAM_BINUTILS_TARBALL)
 ###
 
 $(SOURCESDIR)/$(UPSTREAM_GCC_TARBALL): $(SOURCESDIR)/sourcesdir.d
-       wget -q -O $@ $(UPSTREAM_GCC_URI) 
+       wget -q -O $@ $(UPSTREAM_GCC_URI)
+       touch $@
 
 $(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL): $(SOURCESDIR)/sourcesdir.d
        wget -q -O $@ $(UPSTREAM_GMP_URI)
+       touch $@
 
 $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL): $(SOURCESDIR)/sourcesdir.d
        wget -q -O $@ $(UPSTREAM_MPFR_URI)
+       touch $@
 
 $(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL): $(SOURCESDIR)/sourcesdir.d
        wget -q -O $@ $(UPSTREAM_MPC_URI)
+       touch $@
 
 $(SOURCESDIR)/$(UPSTREAM_BINUTILS_TARBALL): $(SOURCESDIR)/sourcesdir.d
        wget -q -O $@ $(UPSTREAM_BINUTILS_URI) 
+       touch $@
 
 $(SOURCESDIR)/$(UPSTREAM_MINGW_TARBALL): $(SOURCESDIR)/sourcesdir.d
        wget -q -O $@ $(UPSTREAM_MINGW_URI)
+       touch $@
 
 ###
 # Rule to create buildsteps dir


-- 
Cross-compilation toolchains and environments

_______________________________________________
netsurf-commits mailing list
netsurf-commits@netsurf-browser.org
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to