source: rtems/contrib/crossrpms/rtems4.11/arm/Makefile.am @ 66c7307

4.104.115
Last change on this file since 66c7307 was 66c7307, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/07/10 at 02:18:21

Upgrade to gcc-4.5.0-RC-20100406

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