source: rtems/contrib/crossrpms/rtems4.9/i386/Makefile.am @ ed73806b

4.104.114.95
Last change on this file since ed73806b was ed73806b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/28/07 at 07:24:56

copy from rtems-4.8 to rtems-4.9.

  • Property mode set to 100644
File size: 539 bytes
RevLine 
[ed73806b]1# $Id$
2
3TARGET = i386-rtems4.9
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.18
8BINUTILS_PKGVERS = $(BINUTILS_VERS)
9BINUTILS_RPMREL = 1%{?dist}
10include ../binutils.am
11BINUTILS_OPTS +=
12
13GCC_VERS = 4.2.1
14GCC_PKGVERS = $(GCC_VERS)
15GCC_RPMREL = 23%{?dist}
16NEWLIB_VERS = 1.15.0
17include ../gcc.am
18GCC_OPTS += --languages=cxx
19
20GDB_VERS = 6.6
21GDB_PKGVERS = $(GDB_VERS)
22GDB_RPMREL = 9%{?dist}
23include ../gdb.am
24GDB_OPTS +=
25
26CPUKIT_VERS = 4.7.99.1
27CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
28CPUKIT_RPMREL = 0
29include ../cpukit.am
30CPUKIT_OPTS +=
Note: See TracBrowser for help on using the repository browser.