source: rtems/contrib/crossrpms/rtems4.8/bfin/Makefile.am @ 01ab562f

4.8
Last change on this file since 01ab562f was 01ab562f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/08/08 at 05:07:27

GCC_RPMREL = 29.

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