comparison src/mingw-w64.mk @ 4467:b7d6a53fa46c

gcc: update to 7.1 with tools * src/build-gcc.mk: update version 7.1.0 * src/cloog.mk: update 0.18.4 * src/gmp.mk: update 6.1.2 * src/isl.mk: update 0.16.1, add no-undefined flag * src/mpfr.mk: update 3.1.6 * src/native-gcc.mk: update 7.1.0 * src/isl-1-fixes.patch: removed file * dist-files.mk: remove reference to patch files, add mingw-w64 patch * src/build-gcc-1-mingw-float.patch: removed patch * src/native-gcc-1-mingw-float.patch: removed patch * src/build-gcc-2-intrinsics.patch: removed patch * src/native-gcc-2-intrinsics.patch: removed patch * src/mingw-w64.mk: update to 5.0.2 * src/gcc-1-mingw-float.patch: remove patch * src/gcc-2-darwin-no-pie.patch: remove patch * src/mingw-w64-2-pthreads.patch: new file * src/pthreads.mk: apply mingw patches to mingw sources before running configure
author John D
date Mon, 31 Jul 2017 16:53:21 -0400
parents 0c9264cfa053
children 413af27223f6
comparison
equal deleted inserted replaced
4466:61d45e0f7888 4467:b7d6a53fa46c
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := mingw-w64 4 PKG := mingw-w64
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 4.0.6 6 $(PKG)_VERSION := 5.0.2
7 $(PKG)_CHECKSUM := cc9ef3be9bb31ee3fdc4731d214034be5483270d 7 $(PKG)_CHECKSUM := bb5409f034abb7c021b3e1c14db433fd253cbb59
8 $(PKG)_SUBDIR := $(PKG)-v$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-v$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-v$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := $(PKG)-v$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-release/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-release/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12