source: rtems/contrib/crossrpms/rtems4.10/m32c/Makefile.am @ 6bb79ac

4.104.115
Last change on this file since 6bb79ac was 237bb65f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/15/10 at 16:37:57

GCC_RPMREL=6

  • Property mode set to 100644
File size: 579 bytes
Line 
1# $Id$
2
3TARGET = m32c-rtems4.10
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.20.1
8BINUTILS_PKGVERS = $(BINUTILS_VERS)
9BINUTILS_RPMREL = 2
10include ../binutils.am
11BINUTILS_OPTS +=
12
13GCC_VERS = 4.4.3
14GCC_PKGVERS = $(GCC_VERS)
15GCC_RPMREL = 6
16NEWLIB_VERS = 1.18.0
17NEWLIB_PKGVERS = $(NEWLIB_VERS)
18NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 1`
19include ../gcc.am
20GCC_OPTS +=
21
22GDB_VERS = 7.0.90
23GDB_PKGVERS = $(GDB_VERS)
24GDB_RPMREL = 2
25include ../gdb.am
26GDB_OPTS +=
27
28CPUKIT_VERS = 4.9.99.0
29CPUKIT_PKGVERS = $(CPUKIT_VERS)-20090206-2
30CPUKIT_RPMREL = 1
31include ../cpukit.am
32CPUKIT_OPTS +=
Note: See TracBrowser for help on using the repository browser.