annotate src/gcc-mpfr.mk @ 3256:7fb479d0241c

Update build tools for native mingw * src/build-m4.mk: do nothing for native mingw build * Makefile.in: - add bison, m4 as natve mingw, and python as jit build requirements. - remove build-bison as a mingw build dependancy * index.html: Add msys-bison to mingw required packages and mention ghostscript and python.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 26 Sep 2013 21:18:39 -0400
parents b5321bdec505
children 13be64f9f16d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2035
diff changeset
1 # This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2349
diff changeset
2 # See index.html for further information.
414
d2a6561bcb6d add a copyright notice and license to each source file
Volker Grabsch <vog@notjusthosting.com>
parents: 408
diff changeset
3
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 266
diff changeset
4 PKG := gcc-mpfr
2035
0213fe9deb5c consolidate metadata for mpfr packages
Tony Theodore <tonyt@logyst.com>
parents: 2010
diff changeset
5 $(PKG)_IGNORE = $(mpfr_IGNORE)
0213fe9deb5c consolidate metadata for mpfr packages
Tony Theodore <tonyt@logyst.com>
parents: 2010
diff changeset
6 $(PKG)_CHECKSUM = $(mpfr_CHECKSUM)
0213fe9deb5c consolidate metadata for mpfr packages
Tony Theodore <tonyt@logyst.com>
parents: 2010
diff changeset
7 $(PKG)_SUBDIR = $(mpfr_SUBDIR)
0213fe9deb5c consolidate metadata for mpfr packages
Tony Theodore <tonyt@logyst.com>
parents: 2010
diff changeset
8 $(PKG)_FILE = $(mpfr_FILE)
0213fe9deb5c consolidate metadata for mpfr packages
Tony Theodore <tonyt@logyst.com>
parents: 2010
diff changeset
9 $(PKG)_URL = $(mpfr_URL)
0213fe9deb5c consolidate metadata for mpfr packages
Tony Theodore <tonyt@logyst.com>
parents: 2010
diff changeset
10 $(PKG)_URL_2 = $(mpfr_URL_2)
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 266
diff changeset
11 $(PKG)_DEPS :=
217
89ba55cd6e29 switch from MinGW GCC to TDM-GCC
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12
89ba55cd6e29 switch from MinGW GCC to TDM-GCC
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 define $(PKG)_UPDATE
2035
0213fe9deb5c consolidate metadata for mpfr packages
Tony Theodore <tonyt@logyst.com>
parents: 2010
diff changeset
14 echo $(mpfr_VERSION)
217
89ba55cd6e29 switch from MinGW GCC to TDM-GCC
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 endef