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

4.104.114.84.95
Last change on this file since e0d85b74 was e0d85b74, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/24/07 at 14:26:46

Move %{?dist} into BINUTILS_RPMREL.

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