source: rtems/contrib/crossrpms/rtems4.11/bfin/Makefile.am @ c062c295

4.115
Last change on this file since c062c295 was c062c295, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/11 at 11:07:36

binutils-2.21.1.

  • Property mode set to 100644
File size: 649 bytes
RevLine 
[bf862710]1# $Id$
2
[94d1975e]3rtems_api = 4.11
[bf862710]4TARGET = bfin-rtems4.11
5
6include $(top_srcdir)/mkspec.am
7
[c062c295]8BINUTILS_VERS = 2.21.1
[bf862710]9BINUTILS_PKGVERS = $(BINUTILS_VERS)
[c062c295]10BINUTILS_RPMREL = 1
[bf862710]11include ../binutils.am
12BINUTILS_OPTS +=
13
[c70bf9f]14GCC_VERS = 4.6.1
15GCC_PKGVERS = $(GCC_VERS)-RC-20110620
16GCC_RPMREL = 1
[358b757e]17NEWLIB_VERS = 1.19.0
[bf862710]18NEWLIB_PKGVERS = $(NEWLIB_VERS)
[c70bf9f]19NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 10`
[bf862710]20include ../gcc.am
21GCC_OPTS += --languages=cxx
22
23GDB_VERS = 6.5
24GDB_PKGVERS = $(GDB_VERS)
25GDB_RPMREL = 1
26include ../gdb.am
27GDB_OPTS += --disable-infos
28
[bec941c]29# CPUKIT_VERS = 4.10.99.0
30# CPUKIT_PKGVERS = $(CPUKIT_VERS)-YYYYMMDD-R
31# CPUKIT_RPMREL = 1
32# include ../cpukit.am
33# CPUKIT_OPTS +=
Note: See TracBrowser for help on using the repository browser.