source: rtems/contrib/crossrpms/rtems4.10/sparc/Makefile.am @ d45dff4

4.104.115
Last change on this file since d45dff4 was d45dff4, checked in by Joel Sherrill <joel.sherrill@…>, on 09/25/08 at 18:28:24

2008-09-25 Joel Sherrill <joel.sherrill@…>

  • rtems4.10/sparc/Makefile.am: Bump RTEMS CPU Kit version.
  • patches/gcc-ada-4.3.2-rtems4.10-20080910.diff: New file.
  • patches/gcc-ada-4.2.0-rtems4.8-20070705.diff: Removed.
  • Property mode set to 100644
File size: 551 bytes
Line 
1# $Id$
2
3TARGET = sparc-rtems4.10
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.18.91
8BINUTILS_PKGVERS = $(BINUTILS_VERS)
9BINUTILS_RPMREL = 1%{?dist}
10include ../binutils.am
11BINUTILS_OPTS +=
12
13GCC_VERS = 4.3.2
14GCC_PKGVERS = $(GCC_VERS)
15GCC_RPMREL = 3%{?dist}
16NEWLIB_VERS = 1.16.0
17include ../gcc.am
18GCC_OPTS += --languages=cxx
19
20GDB_VERS = 6.8
21GDB_PKGVERS = $(GDB_VERS)
22GDB_RPMREL = 3%{?dist}
23include ../gdb.am
24GDB_OPTS +=
25
26CPUKIT_VERS = 4.9.99.1
27CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
28CPUKIT_RPMREL = 1%{?dist}
29include ../cpukit.am
30CPUKIT_OPTS +=
Note: See TracBrowser for help on using the repository browser.