source: rtems/contrib/crossrpms/rtems4.9/avr/Makefile.am @ 8ec3c96

4.9
Last change on this file since 8ec3c96 was 8ec3c96, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/07/09 at 09:16:16

Bump GCC_RPMREL.
Add NEWLIB_PKGVERS, NEWLIB_RPMREL.

  • Property mode set to 100644
File size: 465 bytes
Line 
1# $Id$
2
3TARGET = avr-rtems4.9
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 = 20%{?dist}
16NEWLIB_VERS = 1.16.0
17NEWLIB_PKGVERS = $(NEWLIB_VERS)
18NEWLIB_RPMREL = $(GCC_RPMREL)
19include ../gcc.am
20GCC_OPTS +=
21
22GDB_VERS = 6.8
23GDB_PKGVERS = $(GDB_VERS)
24GDB_RPMREL = 5%{?dist}
25include ../gdb.am
26GDB_OPTS +=
Note: See TracBrowser for help on using the repository browser.