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

4.104.114.84.95
Last change on this file since b40f354 was b40f354, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/11/07 at 08:56:46

Comment out cpukit.

  • Property mode set to 100644
File size: 623 bytes
Line 
1# $Id$
2
3TARGET = bfin-rtems4.8
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.17
8BINUTILS_PKGVERS = $(BINUTILS_VERS)
9BINUTILS_RPMREL = 2
10include ../binutils.am
11BINUTILS_OPTS +=
12
13GCC_VERS = 4.2.0
14GCC_PKGVERS = 4.2-20070221
15GCC_RPMREL = 12
16NEWLIB_VERS = 1.15.0
17include ../gcc.am
18# ATM, we don't want infos from bleeding edge GCC
19GCC_OPTS += --disable-infos
20
21GDB_VERS = 6.5
22GDB_PKGVERS = $(GDB_VERS)
23GDB_RPMREL = 1
24include ../gdb.am
25GDB_OPTS +=
26
27### bfin's GCC is too broken to be usable
28## CPUKIT_VERS = 4.7.99.1
29## CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
30## CPUKIT_RPMREL = 0
31## include ../cpukit.am
32## CPUKIT_OPTS +=
Note: See TracBrowser for help on using the repository browser.