source: rtems/contrib/crossrpms/cygwin/i686/Makefile.am @ ace475a

4.104.115
Last change on this file since ace475a was ace475a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/04/10 at 15:24:47

Update to mpfr-2.4.1-4

  • Property mode set to 100644
File size: 1.2 KB
Line 
1# $Id$
2
3TARGET = i686-pc-cygwin
4
5include $(top_srcdir)/mkspec.am
6
7CYGWIN_VERS = 1.7.1-1
8CYGWIN_RPMREL = 0.20100204.0%{?dist}
9include ../cygwin.am
10
11W32API_VERS = 3.14-1
12W32API_RPMREL = 0.20100204.0%{?dist}
13include ../w32api.am
14
15NCURSES_VERS = 5.7-18
16NCURSES_RPMREL = 0.20100204.0%{?dist}
17include ../ncurses.am
18
19EXPAT_VERS = 2.0.1-1
20EXPAT_RPMREL = 0.20090903.0%{?dist}
21include ../expat.am
22
23READLINE_VERS = 5.2.14-12
24READLINE_RPMREL = 0.20090827.0%{?dist}
25include ../readline.am
26
27TERMCAP_VERS = 20050421-1
28TERMCAP_RPMREL = 0.20090827.0%{?dist}
29include ../termcap.am
30
31TERMINFO_VERS = 5.7_20091114-13
32TERMINFO_RPMREL = 0.20100204.0%{?dist}
33include ../terminfo.am
34
35ZLIB_VERS = 1.2.3-10
36ZLIB_RPMREL = 0.20100204.0%{?dist}
37include ../zlib.am
38
39GMP_VERS = 4.3.1-3
40GMP_RPMREL = 0.20100204.0%{?dist}
41include ../gmp.am
42
43MPFR_VERS = 2.4.1-4
44MPFR_RPMREL = 0.20100204.0%{?dist}
45include ../mpfr.am
46
47# Cygwin's binutils' versioning is bizarre
48# Check bfd/configure for the real version number
49BINUTILS_VERS = 2.18.50
50BINUTILS_PKGVERS = 20080624-2
51BINUTILS_RPMREL = 0.20090829.1
52include ../binutils.am
53BINUTILS_OPTS += --disable-infos
54
55GCC_VERS = 3.4.4
56GCC_PKGVERS = $(GCC_VERS)
57GCC_RPMREL = 0.20090907.0
58include ../gcc.am
59GCC_OPTS += --languages=c,cxx
60GCC_OPTS += --disable-infos
Note: See TracBrowser for help on using the repository browser.