source: rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am @ 0c1cb8a

4.104.115
Last change on this file since 0c1cb8a was 142490c6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/26/10 at 15:27:47

Abandon cpukit.

  • Property mode set to 100644
File size: 469 bytes
Line 
1# $Id$
2
3TARGET = sh-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 += --languages=cxx
21
22GDB_VERS = 7.1
23GDB_PKGVERS = $(GDB_VERS)
24GDB_RPMREL = 1
25include ../gdb.am
26GDB_OPTS +=
Note: See TracBrowser for help on using the repository browser.