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

4.104.115
Last change on this file since 9799af0 was 0610f2b4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/19/10 at 11:43:48

Bump ZLIB_RPMREL.

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