source: rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am @ 5aea6380

4.104.115
Last change on this file since 5aea6380 was 5aea6380, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/27/08 at 16:11:52

newlib-1.16.0.cvs.20081127

  • Property mode set to 100644
File size: 591 bytes
Line 
1# $Id$
2
3TARGET = sh-rtems4.10
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.19
8BINUTILS_PKGVERS = $(BINUTILS_VERS)
9BINUTILS_RPMREL = 2%{?dist}
10include ../binutils.am
11BINUTILS_OPTS +=
12
13GCC_VERS = 4.3.2
14GCC_PKGVERS = $(GCC_VERS)
15GCC_RPMREL = 15%{?dist}
16NEWLIB_VERS = 1.16.0
17NEWLIB_PKGVERS = $(NEWLIB_VERS).cvs.20081127
18include ../gcc.am
19GCC_OPTS += --languages=cxx
20
21GDB_VERS = 6.8
22GDB_PKGVERS = $(GDB_VERS)
23GDB_RPMREL = 5%{?dist}
24include ../gdb.am
25GDB_OPTS +=
26
27CPUKIT_VERS = 4.7.99.1
28CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
29CPUKIT_RPMREL = 1%{?dist}
30include ../cpukit.am
31CPUKIT_OPTS +=
Note: See TracBrowser for help on using the repository browser.