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

4.115
Last change on this file since c1181177 was c1181177, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/27/11 at 15:34:00

Cygwin binutils-2.20.51-2.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1# $Id$
2
3TARGET = i686-pc-cygwin
4
5include $(top_srcdir)/mkspec.am
6
7CYGWIN_VERS = 1.7.7-1
8CYGWIN_RPMREL = 0.20110129.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.15-1
16W32API_RPMREL = 0.20110129.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-14
36TERMINFO_RPMREL = 0.20100726.0%{?dist}
37include ../terminfo.am
38
39ZLIB_VERS = 1.2.5-1
40ZLIB_RPMREL = 0.20101216.0%{?dist}
41include ../zlib.am
42
43GMP_VERS = 4.3.1-3
44GMP_RPMREL = 0.20100204.0%{?dist}
45include ../gmp.am
46
47MPC_VERS = 0.8-1
48MPC_RPMREL = 0.20100322.0%{?dist}
49include ../mpc.am
50
51MPFR_VERS = 2.4.1-4
52MPFR_RPMREL = 0.20100204.0%{?dist}
53include ../mpfr.am
54
55# Cygwin's binutils' versioning is bizarre
56# Check bfd/configure for the real version number
57BINUTILS_VERS = 2.20.51-2
58BINUTILS_PKGVERS = 2.20.51-2
59BINUTILS_RPMREL = 0.20110427.0
60include ../binutils.am
61BINUTILS_OPTS += --disable-infos
62
63GCC_VERS = 3.4.4
64GCC_PKGVERS = $(GCC_VERS)
65GCC_RPMREL = 0.20110310.0
66include ../gcc.am
67GCC_OPTS += --languages=c,cxx
68GCC_OPTS += --disable-infos
Note: See TracBrowser for help on using the repository browser.