comparison src/mpfr.mk @ 4188:1fdd3ed2e0af

gcc: update to 4.9.4, mpfr update to 3.1.4, gmp update to 6.1.1 * src/build-gcc.mk: update version, checksum * src/gmp.mk: update version, checksum * src/mpfr.mk: update version, checksum * src/native-gcc.mk: update version, checksum
author John D
date Mon, 22 Aug 2016 12:25:14 -0400
parents d667a65b0f2f
children b7d6a53fa46c
comparison
equal deleted inserted replaced
4187:8e40067cad8b 4188:1fdd3ed2e0af
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 := mpfr 4 PKG := mpfr
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.1.2 6 $(PKG)_VERSION := 3.1.4
7 $(PKG)_CHECKSUM := 03e593cc6e26639ef5e60be1af8dc527209e5172 7 $(PKG)_CHECKSUM := cedc0055d55b6ee4cd17e1e6119ed412520ff81a
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE)
11 $(PKG)_URL_2 := http://www.mpfr.org/mpfr-$($(PKG)_VERSION)/$($(PKG)_FILE) 11 $(PKG)_URL_2 := http://www.mpfr.org/mpfr-$($(PKG)_VERSION)/$($(PKG)_FILE)
12 $(PKG)_DEPS := build-gcc gmp 12 $(PKG)_DEPS := build-gcc gmp