source: rtems/contrib/crossrpms/rtems4.8/m68k/Makefile.am @ 13873d5

4.8
Last change on this file since 13873d5 was 13873d5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/08 at 07:54:12

Bump GCC_RPMREL.

  • Property mode set to 100644
File size: 421 bytes
Line 
1# $Id$
2
3TARGET = m68k-rtems4.8
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.18
8BINUTILS_PKGVERS = $(BINUTILS_VERS)
9BINUTILS_RPMREL = 4%{?dist}
10include ../binutils.am
11BINUTILS_OPTS +=
12
13GCC_VERS = 4.2.4
14GCC_PKGVERS = $(GCC_VERS)
15GCC_RPMREL = 32%{?dist}
16NEWLIB_VERS = 1.15.0
17include ../gcc.am
18GCC_OPTS += --languages=cxx
19
20GDB_VERS = 6.6
21GDB_PKGVERS = $(GDB_VERS)
22GDB_RPMREL = 13%{?dist}
23include ../gdb.am
24GDB_OPTS +=
Note: See TracBrowser for help on using the repository browser.