source: rtems/contrib/crossrpms/rtems4.8/m68k/Makefile.am @ 4acc7e2

4.104.114.84.95
Last change on this file since 4acc7e2 was 7d846d4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/18/07 at 04:46:14

GCC_RPMREL = 18

  • Property mode set to 100644
File size: 593 bytes
Line 
1# $Id$
2
3TARGET = m68k-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 = 4.2.0
14GCC_PKGVERS = $(GCC_VERS)
15GCC_RPMREL = 18
16NEWLIB_VERS = 1.15.0
17include ../gcc.am
18# ATM, we don't want infos from bleeding edge GCC
19GCC_OPTS += --disable-infos
20GCC_OPTS += --languages=cxx
21
22GDB_VERS = 6.5
23GDB_PKGVERS = $(GDB_VERS)
24GDB_RPMREL = 1
25include ../gdb.am
26GDB_OPTS +=
27
28CPUKIT_VERS = 4.7.99.1
29CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
30CPUKIT_RPMREL = 0
31include ../cpukit.am
32CPUKIT_OPTS +=
Note: See TracBrowser for help on using the repository browser.