source: rtems/contrib/crossrpms/rtems4.8/tic4x/Makefile.am @ 0925496

4.104.114.84.95
Last change on this file since 0925496 was 0925496, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/01/07 at 08:46:51

GCC_RPMREL = 11.

  • Property mode set to 100644
File size: 559 bytes
Line 
1# $Id$
2
3TARGET = tic4x-rtems4.8
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.17
8BINUTILS_PKGVERS = $(BINUTILS_VERS)
9BINUTILS_RPMREL = 2
10include ../binutils.am
11BINUTILS_OPTS +=
12
13GCC_VERS = 3.4.6
14GCC_PKGVERS = $(GCC_VERS)
15GCC_RPMREL = 11
16NEWLIB_VERS = 1.15.0
17include ../gcc.am
18GCC_OPTS +=
19
20### GDB-6.4 doesn't support the tic4x
21## GDB_VERS = 6.4
22## include ../gdb.am
23## GDB_OPTS +=
24
25### rtems doesn't build for the tic4x
26## CPUKIT_VERS = 4.7.99.1
27## CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
28## CPUKIT_RPMREL = 0
29## include ../cpukit.am
30## CPUKIT_OPTS +=
Note: See TracBrowser for help on using the repository browser.