source: rtems/contrib/crossrpms/rtems4.10/bfin/Makefile.am @ 35f8615

4.104.114.95
Last change on this file since 35f8615 was 35f8615, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/03/08 at 08:24:44

Set target to rtems4.10.

  • Property mode set to 100644
File size: 588 bytes
RevLine 
[01141c5]1# $Id$
2
[35f8615]3TARGET = bfin-rtems4.10
[01141c5]4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.18
8BINUTILS_PKGVERS = $(BINUTILS_VERS)
[b1bd76b]9BINUTILS_RPMREL = 1%{?dist}
[01141c5]10include ../binutils.am
11BINUTILS_OPTS +=
12
13GCC_VERS = 4.3.1
14GCC_PKGVERS = $(GCC_VERS)
[b1bd76b]15GCC_RPMREL = 1%{?dist}
[01141c5]16NEWLIB_VERS = 1.16.0
17include ../gcc.am
18GCC_OPTS +=
19
20GDB_VERS = 6.5
21GDB_PKGVERS = $(GDB_VERS)
[b1bd76b]22GDB_RPMREL = 1%{?dist}
[01141c5]23include ../gdb.am
24GDB_OPTS +=
25
26### bfin's GCC is too broken to be usable
27## CPUKIT_VERS = 4.7.99.1
28## CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
[b1bd76b]29## CPUKIT_RPMREL = 1%{?dist}
[01141c5]30## include ../cpukit.am
31## CPUKIT_OPTS +=
Note: See TracBrowser for help on using the repository browser.