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

4.104.114.84.95
Last change on this file since a423203 was a423203, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/07 at 03:40:12

Preps for next spin.

  • Property mode set to 100644
File size: 372 bytes
Line 
1# $Id$
2
3TARGET = bfin-rtems4.8
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.17
8BINUTILS_RPMREL = 1
9include ../binutils.am
10BINUTILS_OPTS +=
11
12GCC_VERS = 4.2.0
13GCC_PKGVERS = 4.2-20070110
14GCC_RPMREL = 8
15NEWLIB_VERS = 1.15.0
16include ../gcc.am
17# ATM, we don't want infos from bleeding edge GCC
18GCC_OPTS += --disable-infos
19
20GDB_VERS = 6.5
21GDB_RPMREL = 1
22include ../gdb.am
Note: See TracBrowser for help on using the repository browser.