source: rtems/contrib/crossrpms/rtems4.10/arm/Makefile.am @ 657b1675

4.10
Last change on this file since 657b1675 was 657b1675, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/29/11 at 11:42:59

Bump GCC_RPMREL.

  • Property mode set to 100644
File size: 472 bytes
Line 
1# $Id$
2
3TARGET = arm-rtems4.10
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.20.1
8BINUTILS_PKGVERS = $(BINUTILS_VERS)
9BINUTILS_RPMREL = 3
10include ../binutils.am
11BINUTILS_OPTS +=
12
13GCC_VERS = 4.4.5
14GCC_PKGVERS = $(GCC_VERS)
15GCC_RPMREL = 5
16
17NEWLIB_VERS = 1.18.0
18NEWLIB_PKGVERS = $(NEWLIB_VERS)
19NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
20include ../gcc.am
21GCC_OPTS += --languages=cxx
22
23GDB_VERS = 7.1
24GDB_PKGVERS = $(GDB_VERS)
25GDB_RPMREL = 4
26include ../gdb.am
27GDB_OPTS +=
Note: See TracBrowser for help on using the repository browser.